Document /proc/sys/net/ipv4/tcp_tw_timeout interface
Created by: casparant
We implemented /proc/sys/net/ipv4/tcp_tw_timeout interface in Cloud Kernel. The usage should be documented as wiki or kb.
+tcp_tw_timeout - INTEGER
+ The length of time (in seconds) a connection will remain in the
+ TIME-WAIT state. The maximum value is 600 seconds, the minimum
+ value is 1 second.
+ It should not be changed without advice/request of technical
+ experts.
+ Default: 60 seconds