search for: try_udp

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

Did you mean: rtp_udp
2018 Dec 16
2
Bugg: UDPDiscoveryInterval has no effect?
...ry_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?
...e 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 bug. The timer udp_ping_sent shoul...
2018 Dec 19
1
Bugg: UDPDiscoveryInterval has no effect?
...terval > > 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 bug. The...