If no Port is specified, set myport to actual port of first listening socket.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 5 Dec 2013 14:01:30 +0000 (15:01 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 5 Dec 2013 14:01:30 +0000 (15:01 +0100)
commit06943e828c45d8f4f1da6dc51907499f92957a39
tree00a5adf98f590106e67e40f20c005321367b98f1
parent3e924045ccaab1441b77ff43a2d7eb759b313f7b
If no Port is specified, set myport to actual port of first listening socket.

If the Port statement is not used, there are two other ways to let tinc listen
on a non-default port: either by specifying one or more BindToAddress
statements including port numbers, or by starting it from systemd with socket
activation. Tinc announces its own port to other nodes, but before it only
announced what was set using the Port statement.
src/net_setup.c