From: Guus Sliepen Date: Mon, 9 Mar 2009 12:48:54 +0000 (+0100) Subject: Disable PMTUDiscovery in switch and hub modes. X-Git-Tag: release-1.0.10~81 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=d5b56bbba56480b5565ffb38496175a7c1df60ac;hp=d5b56bbba56480b5565ffb38496175a7c1df60ac;p=tinc Disable PMTUDiscovery in switch and hub modes. In switch and hub modes, tinc does not generate ICMP packets in response to packets that are larger than the path MTU. However, if PMTUDiscovery is enabled, the IP_MTU_DISCOVER and IPV6_MTU_DISCOVER option is set on the UDP sockets, which causes all UDP packets to be sent with the DF bit set, causing large packets to be dropped, even if they would otherwise be routed fine. ---