Send large packets we cannot handle properly via TCP.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 15 Sep 2009 21:22:13 +0000 (23:22 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 15 Sep 2009 21:22:13 +0000 (23:22 +0200)
During the path MTU discovery phase, we might not know the maximum MTU yet, but
we do know a safe minimum.  If we encounter a packet that is larger than that
the minimum, we now send it via TCP instead to ensure it arrives.  We also
allow large packets that we cannot fragment or create ICMP replies for to be
sent via TCP.


No differences found