Choose a different Port when 655 isn't available when doing "tinc init".
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 26 Jul 2013 12:17:15 +0000 (14:17 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 26 Jul 2013 12:17:15 +0000 (14:17 +0200)
commit8f2db4afddf109e59c7ec0cdb7ad79db75d698e5
tree1f7e38090af5a472c9a30b3630846e65793c5ed9
parentd6a67266c812a85f11c734503ae5560ab8983edb
Choose a different Port when 655 isn't available when doing "tinc init".

If port 655 cannot be bound to when using the init command, tinc will try to
find a random port number that can be bound to, and will add the appropriate
Port variable to its host config file. A warning will be printed as well.
src/tincctl.c