Table of Contents
Just a second...

Solaris

Configuring sockets values on Solaris™

The tuning changes noted below do not remain across reboots. Add the changes to a runtime commands file /etc/init.d/inetinit to make the changes permanent.

  1. Enter the following commands as root user to make more sockets available:
    1. At the command prompt, enter: /usr/sbin/ndd -set /dev/tcp tcp_conn_req_max_q 65534
    2. At the command prompt, enter:
  2. Decrease the time wait before closing the sockets by entering:
    1. # /usr/sbin/ndd -set /dev/tcp tcp_time_wait_interval 60000