From: Etienne Dechamps Date: Thu, 1 Jan 2015 16:04:08 +0000 (+0000) Subject: Use -1 to identify the post-initial MTU discovery state. X-Git-Tag: release-1.1pre12~238 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;h=5bdc1f2b82869d379812879334dbf2b549ff48db;hp=5bdc1f2b82869d379812879334dbf2b549ff48db;p=tinc Use -1 to identify the post-initial MTU discovery state. This is a minor cosmetic nit to emphasise the distinction between the initial MTU discovery phase, and the post-initial phase (i.e. maxmtu checking). Furthermore, this is an improvement with regard to the DRY (Don't Repeat Yourself) principle, as the maximum mtuprobes value is only written once. ---