Detect and prevent two nodes with the same Name being on the VPN simultaneously.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 4 Jun 2010 12:53:52 +0000 (14:53 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 4 Jun 2010 12:53:52 +0000 (14:53 +0200)
In this situation, the two nodes will start fighting over the edges they announced.
When we have to contradict both ADD_EDGE and DEL_EDGE messages, we log a warning,
and with 25% chance per PingTimeout we quit.


No differences found