From: Guus Sliepen Date: Wed, 9 Mar 2011 08:34:56 +0000 (+0100) Subject: Do not set indirect flag on edges from nodes with multiple addresses. X-Git-Tag: release-1.0.14~8 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=0aa86d4b8b3010522e6de8842f5bd29004ba3df6;hp=0aa86d4b8b3010522e6de8842f5bd29004ba3df6;p=tinc Do not set indirect flag on edges from nodes with multiple addresses. Since tinc now handles UDP packets with a different source address and port than used for TCP connections, the heuristic to treat edges as indirect when tinc could detect that multiple addresses were used does not make sense anymore, and can actually reduce performance. ---