Fix size of type 2 probe replies.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Jan 2015 22:33:55 +0000 (23:33 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Jan 2015 22:33:55 +0000 (23:33 +0100)
commitc26bb47af130d48d003afd29af4d7ea6ad0538c5
tree3cd5fd5c56e6293fccd15f86fb8bf47c52d59a8f
parent0209f12d27d29f3aedc09b228bd289305851c75d
Fix size of type 2 probe replies.

Type 2 replies should be as small as possible. The minimum payload size
for probe packets is 14 bytes, otherwise they won't be recognized as
such.
src/net_packet.c