From: Guus Sliepen Date: Sat, 24 Oct 2009 20:32:35 +0000 (+0200) Subject: Use IP_DONTFRAGMENT instead of IP_MTU_DISCOVER on Windows. X-Git-Tag: release-1.0.11~6 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=c3acae034c4da2d1c70f31b852b14ca098c0eeb9;hp=c3acae034c4da2d1c70f31b852b14ca098c0eeb9 Use IP_DONTFRAGMENT instead of IP_MTU_DISCOVER on Windows. This ensures the DF bit on outgoing UDP packets gets set on Windows when path MTU discovery is enabled, reducing fragmentation. ---