Displaying 3 results from an estimated 3 matches for "udp_discovery_interv".
Did you mean:
udp_discovery_interval
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()...
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
>...
2018 Dec 19
1
Bugg: UDPDiscoveryInterval has no effect?
...omment
// Reset the UDP ping timer.
It should likely be removed entirely.
Thanks!
/Ronny
------------------------------------------
> 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...