通常只允许每个套接字地址(协议/网络地址/端口)使用一次
我在 .NET Remoting 中完成了一个应用程序。我在服务器应用程序中注册了一个端口 (8085)。我有 2000 个客户端,他们都通过同一端口 (8085) 每 2 分钟向我的服务器发送一次更新。我经常收到一个错误:
通常只允许每个套接字地址(协议/网络地址/端口)使用一次
2000 个客户端 ----->从2000台不同的机器到服务器中的8085端口
I done an application in .NET Remoting. I register a port (8085) in my server application. I have 2000 clients they all send an update every 2min to my server through the same port (8085). I often get an error:
Only one usage of each socket address (protocol/network address/port) is normally permitted
2000 Clients -----> From 2000 Different Machines to the port 8085 in the server
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此主题 有关问题的详细信息。我建议您停止在客户端要求特定的端口号,这通常不需要。
See this thread for details on the problem. I suggest you stop requiring a particular port number on the client side, that's not generally needed.