X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.texi;h=9baf177467b0157dbd3308c72d09b750ac6eff2a;hb=636200d1a2024982fe5b3062153daa72a8253015;hp=b3f570c69d03b263b9ee6ceb5d69eed9a370a46b;hpb=a62a6825a8a69e279ee0688a4cd9e51fbc52054b;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index b3f570c6..9baf1774 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1553,13 +1553,6 @@ You can also send the following signals to a running tincd process: @c from the manpage @table @samp -@item ALRM -Forces tinc to try to connect to all uplinks immediately. -Usually tinc attempts to do this itself, -but increases the time it waits between the attempts each time it failed, -and if tinc didn't succeed to connect to an uplink the first time after it started, -it defaults to the maximum time of 15 minutes. - @item HUP Partially rereads configuration files. Connections to hosts whose host config file are removed are closed. @@ -1853,6 +1846,13 @@ Purges all information remembered about unreachable nodes. @item debug @var{level} Sets debug level to @var{level}. +@item retry +Forces tinc to try to connect to all uplinks immediately. +Usually tinc attempts to do this itself, +but increases the time it waits between the attempts each time it failed, +and if tinc didn't succeed to connect to an uplink the first time after it started, +it defaults to the maximum time of 15 minutes. + @end table