search for: udpdiscoveryinterv

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

Did you mean: udpdiscoveryinterval
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() to send probes again and again... Removing the timer clear made config...
2018 Dec 18
0
Bugg: UDPDiscoveryInterval has no effect?
On Sun, Dec 16, 2018 at 11:41:04PM +0100, Ronny Nilsson wrote: > 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() > to send probes again and ag...
2018 Dec 19
1
Bugg: UDPDiscoveryInterval has no effect?
...----------------------------------------- > On Sun, Dec 16, 2018 at 11:41:04PM +0100, Ronny Nilsson wrote: > > 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_...