2015年1月22日

摘要: 根据TCP协议定义的3次握手断开连接规定,发起socket主动关闭的一方 socket将进入TIME_WAIT状态,TIME_WAIT状态将持续2个MSL(Max Segment Lifetime),在Windows下默认为4分钟,即240秒,TIME_WAIT状态下的socket不能被回收使用... 阅读全文
posted @ 2015-01-22 10:52 Lishenyin 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 采用类似unix 管道的形式过滤指定端口,并输出到指定的文件中netstat -ano|findstr 9000 >e:\beixinyuan\1038.txt 阅读全文
posted @ 2015-01-22 10:45 Lishenyin 阅读(172) 评论(0) 推荐(0) 编辑

导航