如何阻止 VB6 Winsock 发送流字节结束?

发布于 2024-12-12 05:23:06 字数 55 浏览 0 评论 0原文

如何阻止 VB6 Winsock 发送流字节结束?它在每条消息后发送一个 0,这扰乱了我的代码。

How do I stop VB6 Winsock from sending an end of stream byte? It sends a 0 after each message, and it is messing with my code.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡淡的优雅 2024-12-19 05:23:06

您收到的唯一字节是发送的字节。 TCP/IP 不会添加额外的字节。此外,在 TCP/IP 中,“流的结尾”与消息的结尾不同。除非连接中断,否则流永远不会结束。

如果您可以发布一些代码,我们就可以深入了解问题。

The only bytes you receive are the ones that are sent. TCP/IP will not add extra bytes. Additionally, in TCP/IP, the "end of the stream" is not the same as the end of a message. The stream never ends unless the connection is broken.

If you can post some code, we can get to the bottom on the problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文