摘要: 粘包 只有tcp协议才会发送粘包,udp不会发生。发送端发送数据,接收端不知道应该如何去接收,造成的一种数据混乱的现象 import subprocess r = subprocess.Popen('ls',shell=True,stdout=subprocess.PIPE,stderr=subpr 阅读全文
posted @ 2021-06-12 22:21 邹邹很busy。 阅读(101) 评论(0) 推荐(0) 编辑