Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何阻止 VB6 Winsock 发送流字节结束?它在每条消息后发送一个 0,并且它与我的代码相混淆。
您收到的唯一字节是发送的字节。TCP/IP 不会添加额外的字节。此外,在 TCP/IP 中,“流的结尾”与消息的结尾不同。除非连接断开,否则流永远不会结束。
如果您可以发布一些代码,我们可以深入了解问题。