Penguin

Differences between version 6 and previous revision of TcpStates.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Thursday, May 26, 2005 3:50:19 pm by DanielLawson Revert
Older page: version 5 Last edited on Thursday, March 31, 2005 8:55:17 am by JohnMcPherson Revert
@@ -10,9 +10,9 @@
 ;LAST_ACK:A [FIN] has been received, we've sent our own FIN, but we are waiting on the ACK before we can move to the closed state. 
 ;FIN_WAIT_1:A FIN has been sent, waiting for a ACK or FIN 
 ;FIN_WAIT_2:A FIN has been sent, and an ACK has been received. More data can be received. This connection is half open. 
 ;CLOSING:A FIN has been sent, and one received, the FIN hasn't been ACK'd yet. 
-  
+;TIME_WAIT:The connection has closed, and is waiting for 2MSL  
 ---- 
 The amount of time that a connection waits in various stages is controlled by the OperatingSystem. Some OS'es let you tune these settings. For example, for Linux-based OSes, look in /proc/sys/net/ipv4. 
  
 From /usr/src/linux/Documentation/filesystems/proc.txt: