0 基础

CS结构的分析,server端和client的选取。

 

1 查看端口是否链接

netstat -an|grep portid

2 root用户抓包

tcpdump port portid -i any -vv -s 0 -w fn.cap

 

3 分析

安装分析工具Misrosoft Network Monitor

socket和多线程编程资料汇集-基础篇

 

 

4 协议接口实现

调用语言的接口APi实现。多线程提高效率。传输层,zeromq的调用。

 

5 待补充

 

相关文章:

  • 2021-04-23
  • 2022-12-23
  • 2021-12-07
  • 2020-07-11
  • 2021-11-28
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
  • 2022-01-15
  • 2021-07-14
  • 2021-11-11
  • 2021-09-27
相关资源
相似解决方案