Re: about the TIME_WAIT

2006-02-03 Thread Jeff Pang
IT state were just to handle TCP's full- duplex close, then the time would be much smaller, and it would be some function of the current RTO (retransmission timeout), not the MSL (the packet lifetime). A couple of points about the TIME_WAIT state. o The end that sends the first FIN goes into t

about the TIME_WAIT

2006-02-02 Thread Sophie Joe
hi,here, When the socket clients connect to the server,there are many TIME_WAIT messages appearing in clients's tcp connection status as following: $ netstat -an tcp0 0 192.168.0.130:50124 192.168.0.10:31330TIME_WAIT tcp0 0 192.168.0.130:50125 192.168.0.10:3133