Use IP_DONTFRAGMENT instead of IP_MTU_DISCOVER on Windows.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 24 Oct 2009 20:32:35 +0000 (22:32 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 24 Oct 2009 20:32:35 +0000 (22:32 +0200)
This ensures the DF bit on outgoing UDP packets gets set on Windows when path
MTU discovery is enabled, reducing fragmentation.


No differences found