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.
qt 5.2.1をバンドルするubuntu 14.04で実行する必要があるアプリケーションを開発しています。 QIODevice として QUdpSocket を使用するため、まずサーバーがデータグラムを受け入れるポートにバインドしてから、connectToHost() を呼び出します。 残念ながら、[QTBUG-26538] QUdpSocket: connectToHost() が bind() によって指定されたローカル ポート番号をリセットするという問題に直面する必要があります。