Example Setup: One part of the network supports MTU-big and another part of
the network supports MTU-small. The NIC interfaces are configured with MTU
corresponding to the part of the network they are connected to.
When a host in MTU-big part of the network sends a packet to a host in
MTU-small part of the network, the router bordering these two sections of
the network sends ICMP messages to the host in MTU-big section of the
network to enable PMTU discovery.
Everything works great for TCP. UDP's PMTU discovery seems to be available
for some datagram sizes ( size < MTU-big) but not otherwise.
Is there a reason kernel can't learn the PMTU using ICMP messages generated
due to large size fragments with DF=1 ?
Absolutely.
Thanks,
- Pradeep Vincent
On 5/27/10 2:43 AM, "Andi Kleen" <andi@firstfloor.org> wrote:
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author] Next message: [thread] [date] [author]
Messages in current thread:
Re: UDP Fragmentation and DF bit.., Vincent, Pradeep, (Thu May 27, 2:58 pm)