Use -1 to identify the post-initial MTU discovery state.
authorEtienne Dechamps <etienne@edechamps.fr>
Thu, 1 Jan 2015 16:04:08 +0000 (16:04 +0000)
committerEtienne Dechamps <etienne@edechamps.fr>
Fri, 2 Jan 2015 09:54:18 +0000 (09:54 +0000)
commit5bdc1f2b82869d379812879334dbf2b549ff48db
tree26ada045065eb9cbf99f8b9bdc217f00491c40bc
parentdf6f67895723dd0c4226fa0f94257245a81a273f
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.
src/net_packet.c