Re: How to change the value '8' of the max of the application listening port
From: James Carlson (james.d.carlson_at_sun.com)
Date: 12/16/03
- Previous message: Pete Young: "Re: StarOffice 6.0 On Solaris"
- In reply to: Ko mi jung: "How to change the value '8' of the max of the application listening port"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Dec 2003 08:24:01 -0500
"Ko mi jung" <gorgeous@ccs.sogang.ac.kr> writes:
> We want to change the value '8' of 'the max of the application listening
> port:1526' into '767'
Assuming the application can't be changed, do this:
# ndd -set tcp_conn_req_min 767
# ndd -set tcp_conn_req_max_q 767
See:
http://docs.sun.com/db/doc/816-0607/6m735r5fj?a=view
But this begs a question: is there any reason to do this? Check to
see if you're actually dropping connections:
% netstat -s -f inet -P tcp | grep tcpListenDrop
tcpListenDrop = 0 tcpListenDropQ0 = 0
If not, then changing the ndd parameters won't change anything.
-- James Carlson, IP Systems Group <james.d.carlson@sun.com> Sun Microsystems / 1 Network Drive 71.234W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.497N Fax +1 781 442 1677
- Previous message: Pete Young: "Re: StarOffice 6.0 On Solaris"
- In reply to: Ko mi jung: "How to change the value '8' of the max of the application listening port"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|