UDP 聊天服务器-客户端无法在差异计算机上进行通信
我写了一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.