search for: udp_probe_h

Displaying 3 results from an estimated 3 matches for "udp_probe_h".

2018 Dec 16
2
Bugg: UDPDiscoveryInterval has no effect?
...em. 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() to send probes again and again... Removing the timer clear made config UDPDiscoveryInterval to start work, but a side effect seems to be incorrect rtt calculations in tinc. Is this a bug or a known issue? Version used is 1.1pre17. Thanks /Ronny Nilsson
2018 Dec 18
0
Bugg: UDPDiscoveryInterval has no effect?
...> 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() > to send probes again and again... Removing the timer clear made config > UDPDiscoveryInterval to start work, but a side effect seems to be incorrect > rtt calculations in tinc. Is this a bug or a known issue? Version used is > 1.1pre17. It is a...
2018 Dec 19
1
Bugg: UDPDiscoveryInterval has no effect?
...crease 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() > > to send probes again and again... Removing the timer clear made config > > UDPDiscoveryInterval to start work, but a side effect seems to be > > incorrect rtt calculations in tinc. Is this a bug or a known issue? > > Version...