使用 UDP 的应用程序之间的双向通信

发布于 2024-12-28 10:26:08 字数 120 浏览 1 评论 0原文

我已经使用 TCP/IP 完成了此操作。我现在正在尝试使用 UDP 来做到这一点。这些应用程序都在同一主机上运行。因此客户端/服务器都在 127.0.0.1:5000 上发送/接收。问题是他们正在接收发送给其他应用程序的消息。

I've done this already using TCP/IP. I am now trying to do this using UDP. These applications are both being run on the same host. So both the client/server are sending/receiving on the 127.0.0.1:5000. The problem is that they are receiving the messages intended for the other application.

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

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

发布评论

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

评论(1

遥远的她 2025-01-04 10:26:08

您无法从同一台计算机测试这些 UDP 应用程序。 UDP中没有连接的概念,所以这里没办法区分。

You can't test these UDP applications from the same machine. There is no concept of a connection in UDP, so there is no way to distinguish here.

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