If no Port is specified, set myport to actual port of first listening socket.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 5 Dec 2013 13:30:41 +0000 (14:30 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 5 Dec 2013 13:30:41 +0000 (14:30 +0100)
commit2a07dacae7443ac5a437a82c33d9e9d8d2acbfbd
tree98879dd3dfed9aeb775fd68fac4aaa1e55bafaef
parent2769a110fe286365babfe7591eb7418f31bf02d6
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