Y
Hacker News
new
|
ask
|
show
|
jobs
by
justincormack
4509 days ago
Yes I can't find the socket backlog anywhere in Linux. FreeBSD exposes it via kqueue
http://www.freebsd.org/cgi/man.cgi?query=kqueue
through the data item in EVFILT_READ.
1 comments
otterley
4508 days ago
With FreeBSD it's even easier; you can use "netstat -L".
link