in reply to Re: how to find out whats in a LISTEN queue
in thread how to find out whats in a LISTEN queue

For systems that arn't running a Dark Ages version of SunOS (Read Solaris) you can set the queue length on a live system with the command:
/usr/sbin/ndd -set /dev/tcp tcp_conn_req_max <NUM>Solaris 2 -> 2.4 max is really 32, 2.5, 2.5.1 2.6 etc its 1024 and 7 8 9(SunOS 5.7, 5.8 and 5.9) it is 2048.

If you are Running a version of SunOS you still need to recompile the Kernel (Read SunOS 4.1.3u or earlier) to make these changes you should think about just hiring some monkey to shout ones and zeros at the ethernet port.

-Waswas

Replies are listed 'Best First'.
Re: Re: Re: how to find out whats in a LISTEN queue
by jimc (Sexton) on Jan 03, 2003 at 00:33 UTC
    cool - I do have ndd, on SunOS 5.8 tcp_conn_req_max_q and q0 are 128 and 1024 respectively. It seems that this simple approach still has a chance.

    btw - it seems I havent yet mastered reply replys yet. soon..