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.
複数のUDPパケットで大きなデータをクライアントに送信する必要があるアプリケーションで作業していますが、UDPソケットのMTUをプログラムで決定するにはどうすればよいですか?
WindowsとLinuxの両方でこれを実行できる必要があります。
IP ヘッダーに「Don't Fragment」フラグを設定できます。その後、必要なフラグメンテーションに関する icmp 応答を受け取る場合があります。