Exploring TCP state machine by graphs
摘要:
StatesTCP includes 11 states, they are:LISTENSYN_SENTSYN_RECVESTABLISHEDFIN_WAIT1CLOSE_WAITFIN_WAIT2LAST_ACKTIME_WAITCLOSEDCLOSING@include/net/tcp_states.h:/* Definitions for the TCP protocol sk_state field. */#ifndef _LINUX_TCP_STATES_H#define _LINUX_TCP_STATES_Henum { TCP_ESTABLISHED = 1, TC... 阅读全文
posted @ 2013-09-06 22:03 新一 阅读(423) 评论(0) 推荐(0)
浙公网安备 33010602011771号