X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2Ftinc.texi;h=05760d9909b0f6f14977a4c92f76ed0da1205d29;hp=55560f4ad007abb139efb71bf25ead080ee8c914;hb=95921696a49d1eff058880c90a80efd208de959d;hpb=7027bba541eca3e34f689bebd6f6e408ba4e7710 diff --git a/doc/tinc.texi b/doc/tinc.texi index 55560f4a..05760d99 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1253,6 +1253,10 @@ The minimum amount of time between sending UDP ping datagrams to try to establis If tinc doesn't receive any UDP ping replies over the specified interval, it will assume UDP communication is broken and will fall back to TCP. +@cindex UDPInfoInterval +@item UDPInfoInterval = (5) +The minimum amount of time between sending periodic updates about UDP addresses, which are mostly useful for UDP hole punching. + @cindex UDPRcvBuf @item UDPRcvBuf = (1048576) Sets the socket receive buffer size for the UDP socket, in bytes. @@ -1331,6 +1335,10 @@ This option controls the initial path MTU to this node. When this option is enabled, tinc will try to discover the path MTU to this node. After the path MTU has been discovered, it will be enforced on the VPN. +@cindex MTUInfoInterval +@item MTUInfoInterval = (5) +The minimum amount of time between sending periodic updates about relay path MTU. Useful for quickly determining MTU to indirect nodes. + @cindex Port @item Port = <@var{port}> (655) This is the port this tinc daemon listens on.