The subnet calculator helps you design networks by taking an IP address and network mask and returning information such as network, broadcast address, and host range.
One of a set of tools we're offering as a way of saying thank you for being a part of the community.
have a look at this:
http://www.experts-exchange.com/OS/Unix/AIX/Q_22056628.html
Basically it's the "somaxconn" value which is of intererest here.
With "no -o somaxconn" you will probably see
"somaxconn = 1024" which is the default value in AIX
for the maximum listen backlog.
To change, enter "no -o somaxconn=[new value]"
For further information concerning "Netwok Options"
simply consult no' s manpage ("man no")
Also, you might want to consult the AIX documentation about the listen() subroutine found in:
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.commtechref/doc/commtrf2/listen.htm
Norbert