Closed igroykt closed 8 years ago
If you want to decrease the TIME_WAIT length, you may want to fix the comment too. :)
I think it could be achieved by sysctl "net.ipv4.tcp_fin_timeout".
@gfreewind fin_timeout for FIN_WAIT state (not for TIME_WAIT).
Ok. Could you modify it with the comment ?
Destroy TIME_WAIT state after 10 seconds instead of 60. Useful for heavy loaded web servers and have no problems with NAT (instead of using net.ipv4.tcp_tw_recycle). http://www-01.ibm.com/support/knowledgecenter/SSEQTJ_6.1.0/com.ibm.websphere.edge.doc/edge/cp/admingd45.htm Tested for a year on servers with 24 cores and 128gb ram.