tcp - Solaris tcp_time_wait_interval configuration -
In my Solaris server, I have an HTTP server that handles multiple incoming connections. In my server logic, this manually closes the connection to the client, when I call the netstat -an command in my server, many TIME_WAIT states appear.
so that I will change the tcp_time_wait_interval for 10 seconds with the command:
NDD-set / dev / tcp tcp_time_wait_interval 10000
but I read from the User Guide, it says: "Do not set value less than 60 seconds." / P>
Do anyone know why Oracle suggests?
User Guide URL is:
Comments
Post a Comment