如何在 C++ 运行时检测临时端口范围在我的机器上
我有在多个平台 Windows 和 Linux 各种版本上运行的代码,我需要在运行时确定机器上的临时端口范围。有没有办法以编程方式执行此操作?
谢谢你,
I have code that runs on several platforms windows and linux various versions, and I need to determine while running what the ephemeral port range is on the machine. Is there a way to do this programatically?
Thank you,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑您是否会找到一种单一的便携式方法。
有一个方便的指南,解释了如何在各种平台上配置范围: http:// /www.ncftp.com/ncftpd/doc/misc/ephemeral_ports.html
I doubt you'd find a single portable method.
There is a handy guide that explains how the range is configured on various platforms: http://www.ncftp.com/ncftpd/doc/misc/ephemeral_ports.html