From: Guus Sliepen Date: Mon, 20 Feb 2012 15:52:53 +0000 (+0100) Subject: Don't bind outgoing TCP sockets anymore. X-Git-Tag: release-1.0.17~18 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=inline;h=cff5a844a3e6b494f4a4f6eb5b48a84780f2d0e5;hp=cff5a844a3e6b494f4a4f6eb5b48a84780f2d0e5;p=tinc Don't bind outgoing TCP sockets anymore. The code introduced in commit 41a05f59ba2c3eb5caab555f096ed1b9fbe69ee3 is not needed anymore, since tinc has been able to handle UDP packets from a different source address than those of the TCP packets since 1.0.10. When using multiple BindToAddress statements, this code does not make sense anymore, we do want the kernel to choose the source address on its own. ---