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.
私が開発しているプログラムでは、無期限にブロックするのsetsockopt()を防ぐために、を使用してタイムアウトを設定しました。recvfrom()タイムアウトを無効にするにはどうすればよいですか?
setsockopt()
recvfrom()
(私はUbuntuを使用しています)