in reply to How to trace a listen queue of a socket?

"Listen" is passed through to the kernel, which manages the incoming queue. Unless you have a (non-standard) ioctl on your socket manpage (not Perl's page, but the OS docs) to fetch that, you probably won't be able to know.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: How to trace a listen queue of a socket?