X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=doc%2Ftinc.conf.5.in;h=bc481ead83e01a636f241a3edef2e7120ab9e024;hb=07108117ceddaff0654f9def703e717c002f3e2d;hp=b7a619eea93ec410db3ceef43b534582ec99e474;hpb=06345f89b9a1e9acaf74cbbf896559b4286c102e;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.