Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想听一个著名的 tcp 端口,比如 80 或 25 。如何在 Qt 中执行此操作并使用 QTcpServer 类?或者更一般地说,一个被其他人使用的端口?提前致谢。
除非他们停止,否则您无法在其他人侦听的端口上打开服务器。低于 1025 的端口属于特权范围,根据您的操作系统,您的程序可能需要提升权限
好吧,您可以选择不同的网络接口,但也许这不是您所追求的