Add the AutoConnect option.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 21 Oct 2012 15:35:13 +0000 (17:35 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 21 Oct 2012 15:35:13 +0000 (17:35 +0200)
commit717ea66d7ba0c23f27d86b3d5c6992b751135455
treea309dab659ac89454f3576bdaf1dc1dda66e9dc8
parent1f8b70efa0dedbd3642e0ee82a640d125664af34
Add the AutoConnect option.

When set to a non-zero value, tinc will try to maintain exactly that number of
meta connections to other nodes.  If there are not enough connections, it will
periodically try to set up an outgoing connection to a random node.  If there
are too many connections, it will periodically try to remove an outgoing
connection.
doc/tinc.conf.5.in
doc/tinc.texi
src/net.c
src/net.h
src/net_setup.c
src/tincctl.c