Displaying 2 results from an estimated 2 matches for "980c85c4".
2018 Dec 18
0
Bugg: UDPDiscoveryInterval has no effect?
...nd regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://www.tinc-vpn.org/pipermail/tinc-devel/attachments/20181218/980c85c4/attachment.sig>
2018 Dec 16
2
Bugg: UDPDiscoveryInterval has no effect?
Hi
I’ve noticed a large amount of UDP probe packets in my system. The default
udp_discovery_interval
is very low so I tried to increase it with configs
UDPDiscoveryInterval
UDPDiscoveryKeepaliveInterval
However, this doesn’t work! Every second a probe is sent no matter what.
After some digging in the sources I found that the interval timer is cleared
in
udp_probe_h()
which causes
try_udp()