Ping nodes immediately when receiving SIGALRM.
[tinc] / doc / tinc.texi
index 0dfc902..3565818 100644 (file)
@@ -943,10 +943,11 @@ and will only allow nodes and subnets on the VPN which are present in the
 
 @table @asis
 @cindex Address
-@item Address = <@var{IP address}|@var{hostname}> [recommended]
+@item Address = <@var{IP address}|@var{hostname}> [<port>] [recommended]
 This variable is only required if you want to connect to this host.  It
 must resolve to the external IP address where the host can be reached,
 not the one that is internal to the VPN.
+If no port is specified, the default Port is used.
 
 @cindex Cipher
 @item Cipher = <@var{cipher}> (blowfish)
@@ -1144,7 +1145,7 @@ this is set to the port number it uses for communication with other tinc daemons
 When a subnet becomes (un)reachable, this is set to the subnet.
 
 @cindex WEIGHT
-@item SUBNET
+@item WEIGHT
 When a subnet becomes (un)reachable, this is set to the subnet weight.
 
 @end table