You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
200 B

TCP_ESTABLISHED 1
TCP_SYN_SENT 2
TCP_SYN_RECV 3
TCP_FIN_WAIT1 4
TCP_FIN_WAIT2 5
TCP_TIME_WAIT 6
TCP_CLOSE 7
TCP_CLOSE_WAIT 8
TCP_LAST_ACK 9
TCP_LISTEN 10
TCP_CLOSING 11
TCP_NEW_SYN_RECV 12