From: Guus Sliepen Date: Mon, 12 May 2014 13:57:40 +0000 (+0200) Subject: Fix PMTU discovery via datagram SPTPS. X-Git-Tag: release-1.1pre11~115 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;h=66f325f4674e70d83744626f3b8dda6760f8d613;hp=66f325f4674e70d83744626f3b8dda6760f8d613;p=tinc Fix PMTU discovery via datagram SPTPS. In send_sptps_data(), the len variable contains the length of the whole datagram that needs to be sent to the peer, including the overhead from SPTPS itself. ---