Increase threshold for detecting two nodes with the same Name.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 8 May 2011 10:16:26 +0000 (12:16 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 8 May 2011 10:16:26 +0000 (12:16 +0200)
commiteacb5a28fb4c1515633f2b8a206e7067bc7b8f0c
treee89b87681a4ac68e5a3774aaba158c9e28a959fe
parentf11c6101f30df645223920bef3eb7592de9bcb79
Increase threshold for detecting two nodes with the same Name.

In commit 4a21aabada23d1d2c8a10f54dd7248171c4ec82f, code was added to detect
contradicting ADD_EDGE and DEL_EDGE messages being sent, which is an indication
of two nodes with the same Name connected to the same VPN.  However, these
contradictory messages can also happen when there is a network partitioning. In
the former case a loop happens which causes many contradictory message, while
in the latter case only a few of those messages will be sent. So, now we
increase the threshold to at least 10 of both ADD_EDGE and DEL_EDGE messages.
src/net.c