From: Guus Sliepen Date: Fri, 15 Jan 2010 12:42:37 +0000 (+0100) Subject: Clamp MSS of IPv4 SYN packets. X-Git-Tag: release-1.0.12~13 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=2a538ed34332b3392f866d56accd9efecc9467ed;hp=2a538ed34332b3392f866d56accd9efecc9467ed;p=tinc Clamp MSS of IPv4 SYN packets. Some ISPs block the ICMP Fragmentation Needed packets that tinc sends. We clamp the MSS of IPv4 SYN packets to prevent hosts behind those ISPs from sending too large packets. ---