Bind outgoing TCP sockets.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 27 Apr 2017 18:58:10 +0000 (20:58 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 27 Apr 2017 18:58:10 +0000 (20:58 +0200)
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.


No differences found