Hi Ashish, all,

I'm currently using pdnsd as a local dns cache. It seems to leak udp
sockets. After an uptime of about 7 days it looks like this:

% sockstat -46 | grep pdnsd
nobody   pdnsd      19655 3  tcp4   127.0.0.1:53          *:*
nobody   pdnsd      19655 4  udp4   127.0.0.1:53          *:*
nobody   pdnsd      19655 6  udp4   *:*                   *:*
nobody   pdnsd      19655 7  udp4   *:*                   *:*
[...]
nobody   pdnsd      19655 140 udp4  *:*                   *:*
nobody   pdnsd      19655 141 udp4  *:*                   *:*
nobody   pdnsd      19655 142 udp4  *:*                   *:*
%

It doesn't seem to do this on linux so I guess there is something
different how we have to close a udp socket on freebsd?
Any idea how to debug this? Anybody else seeing this?

Kind regards,
Marius
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to