X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.conf.5.in;h=bc481ead83e01a636f241a3edef2e7120ab9e024;hb=43b41e9095e6261c53da1ae46117d018296c3b68;hp=b7a619eea93ec410db3ceef43b534582ec99e474;hpb=88026f27715774a7647c109ba5594068f0ba56af;p=tinc diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index b7a619ee..bc481ead 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -492,8 +492,11 @@ 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.