From: Guus Sliepen Date: Fri, 4 Jun 2010 12:53:52 +0000 (+0200) Subject: Detect and prevent two nodes with the same Name being on the VPN simultaneously. X-Git-Tag: release-1.0.14~49 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=4a21aabada23d1d2c8a10f54dd7248171c4ec82f;hp=4a21aabada23d1d2c8a10f54dd7248171c4ec82f;p=tinc Detect and prevent two nodes with the same Name being on the VPN simultaneously. 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. ---