X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.conf.5.in;h=1ae8f39638c421adb6de99361f74f8b377ccba31;hb=467397f25d3a99ec1a97d4419502c37b64276f49;hp=b7a619eea93ec410db3ceef43b534582ec99e474;hpb=88026f27715774a7647c109ba5594068f0ba56af;p=tinc diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index b7a619ee..1ae8f396 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -492,11 +492,16 @@ tinc always assumes a node is reachable over UDP. Note that tinc will never use UDP with nodes that have .Va TCPOnly enabled. -.It Va UDPDiscoveryInterval Li = Ar seconds Pq 9 -The minimum amount of time between sending UDP ping datagrams to test UDP connectivity. +.It Va UDPDiscoveryKeepaliveInterval Li = Ar seconds Pq 9 +The minimum amount of time between sending UDP ping datagrams to check UDP connectivity once it has been established. +Note that these pings are large, since they are used to verify link MTU as well. +.It Va UDPDiscoveryInterval Li = Ar seconds Pq 2 +The minimum amount of time between sending UDP ping datagrams to try to establish UDP connectivity. .It Va UDPDiscoveryTimeout Li = Ar seconds Pq 30 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. +.It Va UDPInfoInterval Li = Ar seconds Pq 5 +The minimum amount of time between sending periodic updates about UDP addresses, which are mostly useful for UDP hole punching. .It Va UDPRcvBuf Li = Ar bytes Pq OS default Sets the socket receive buffer size for the UDP socket, in bytes. If unset, the default buffer size will be used by the operating system.