Fix spurious misidentification of incoming UDP packets.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 18 Feb 2011 22:02:11 +0000 (23:02 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 18 Feb 2011 22:02:11 +0000 (23:02 +0100)
When a UDP packet was received with an unknown source address/port, and if it
failed a HMAC check against known keys, it could still incorrectly assign that
UDP address to another node. This would temporarily cause outgoing UDP packets
to go to the wrong destination address, until packets from the correct address
were received again.


No differences found