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.
我正在开发一个必须在 ubuntu 14.04 上运行的应用程序,它捆绑了 qt 5.2.1。 我使用 QUdpSocket 作为 QIODevice,所以我首先绑定到我的服务器接受数据报的端口,然后调用 connectToHost()。 不幸的是,我不得不面对[QTBUG-26538] QUdpSocket: connectToHost() 重置由 bind() 指定的本地端口号 有一些解决方法吗?