Erste Seite Zurück Weiter Letzte Seite Übersicht Grafik
How does PMTUdisc work?
- Sender starts with a reasonable packet size (interface MTU) 
- Sets the Don't Fragment bit in the IP header
- When a router would forward to a smaller MTU he drops it and sends pack a ICMP_FRAG_NEEDED message.
- Sender receives it.
- Readjusts its idea of the MTU and retransmits if appropiate.