From: Guus Sliepen Date: Thu, 27 Apr 2017 18:58:10 +0000 (+0200) Subject: Bind outgoing TCP sockets. X-Git-Tag: release-1.0.32~7 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=a25c0552ade7533e977cb585d82ff5c7b53614f5;hp=a25c0552ade7533e977cb585d82ff5c7b53614f5;ds=sidebyside Bind outgoing TCP sockets. This is important for multi-homed users that want to ensure the source address of outgoing TCP connections is the same as the address that tinc is listening on. Binding is done automatically if there is exactly one listening address for a given address family. ---