UDP 聊天服务器-客户端无法在差异计算机上进行通信

发布于 2024-08-19 08:24:05 字数 116 浏览 1 评论 0原文

我写了一个UDP客户端服务器聊天,如果服务器和客户端都在同一台机器上,我能够与服务器进行通信,但是当客户端在其他机器上使用diff ip地址时我无法这样做。有什么特殊设置可以实现这一点吗?

问候, 塔拉

I have written a UDP client server chat, I am able to communicate to server if both server and client are on same machine, but i am not able to do so when client is on some other machine using diff ip address. Is there any special setting to achieve this?

Regards,
Tara

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

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

发布评论

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

评论(1

二货你真萌 2024-08-26 08:24:05

Ping 另一台机器。

禁用另一台计算机上的防火墙软件?

确保另一台计算机正在侦听其实际 IP 地址而不是本地主机。

Ping the other machine.

Disable firewall software on the other machine?

Make sure the other machine is listening on its actual IP address instead of localhost.

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