We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1e6b20f
本项目是一个只有4份Python代码的开源小工程,用来学习基于TCP的套接字通信包,可以自定义通信协议,处理分包和粘包问题。内置一个服务端和客户端程序,也有对应的博客讲解代码。整个工程基本基于良好的面向对象思想,代码注释清晰简洁。