Always send MTU probes at least once every PingInterval.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 2 Jan 2011 14:02:23 +0000 (15:02 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 2 Jan 2011 14:02:23 +0000 (15:02 +0100)
Before, if MTU probes failed, tinc would stop sending probes until the next
time keys were regenerated (by default, once every hour).  Now it continues to
send them every PingInterval, so it recovers faster from temporary failures.


No differences found