From: Guus Sliepen Date: Sun, 11 Jan 2015 12:53:16 +0000 (+0100) Subject: Only send small packets during UDP probes. X-Git-Tag: release-1.1pre12~215 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=ce7079f4af3157eaef514d6d160933a016b2ab62;hp=ce7079f4af3157eaef514d6d160933a016b2ab62;p=tinc Only send small packets during UDP probes. We are trying to decouple UDP probing from MTU probing, so only send very small packets during UDP probing. This significantly reduces the amount of traffic sent (54 to 67 bytes per probe instead of 1500 bytes). This means the MTU probing code takes over sending PMTU sized probes, but this commit does not take care of detecting PMTU decreases. ---