应用程序允许的端口
应用程序可以同时使用两个不同的端口吗?
Can an application use two different ports simultaneously?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
应用程序可以同时使用两个不同的端口吗?
Can an application use two different ports simultaneously?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
是的,当且仅当它尚未被占用时
yes , if and only if it is not already occupied
一般来说,是的。只需打开两个套接字即可。
当然,可能存在防火墙,并且防火墙可能未配置为允许应用程序使用这两个端口。但大多数防火墙都应该支持将一定范围(或多个不同范围)的端口配置为可供给定应用程序访问的能力。
In general, yes. Just open two sockets.
Of course there may be a firewall present and the firewall may not be configured to allow the application to use both ports. But most any firewall should support the ability to configure a range (or multiple distinct ranges) of ports as accessible to a given application.