Erste Seite Zurück Weiter Letzte Seite Übersicht Grafik
PMTUdisc: letting the kernel work
Set IP_PMTU_DISCOVER to IP_PMTUDISC_WANT
Connect a socket to destination and use IP_PMTU to retrieve the PMTU.
Send packet.
If EMSGSIZE get new MTU and send again
Does not support retransmits for async events.
Kernel keeps state for you.