Tcp连接过程浅析
摘要:
LINUX 查看tcp连接数及状态 # netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}' TIME_WAIT 8947 等待足够的时间以确保远程TCP接收到连接中断请求的确认FIN_WAIT1 15 等待远程TC 阅读全文
posted @ 2014-05-09 21:35 星辰大海ゞ 阅读(381) 评论(1) 推荐(0)
That which does not kill us makes us stronger!
2014年5月9日 #
posted @ 2014-05-09 21:35 星辰大海ゞ 阅读(381) 评论(1) 推荐(0)
posted @ 2014-05-09 15:51 星辰大海ゞ 阅读(280) 评论(0) 推荐(0)
posted @ 2014-05-09 14:51 星辰大海ゞ 阅读(377) 评论(0) 推荐(0)