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.
私のコードはhttp://ideone.com/nVXIQです。
recv()関数は常にアイドリングしています(動作が非常に遅い)。結果を得るには数秒かかり、そのrecv()ような少量のデータを迅速に処理する必要があります。
recv()
recv のブロック動作に関する質問ですか? その場合は、select/poll ループなどでノンブロッキング IO を使用して調査します。