通常只允许每个套接字地址(协议/网络地址/端口)使用一次

发布于 2024-08-20 07:41:04 字数 236 浏览 1 评论 0原文

我在 .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 技术交流群。

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

发布评论

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

评论(1

蹲墙角沉默 2024-08-27 07:41:04

查看此主题 有关问题的详细信息。我建议您停止在客户端要求特定的端口号,这通常不需要。

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.

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