码迷,mamicode.com
首页 > Windows程序 > 详细

阿里云windows server 2012 TIME_WAIT CLOSE_WAIT

时间:2017-08-29 19:40:08      阅读:346      评论:0      收藏:0      [点我收藏+]

标签:客户端连接   class   心跳包   tcp   cmd   span   get   时间   tail   

新申请的阿里云windows server 2012 R2上部署安装了socket服务器,但客户端连接后老是断开(心跳包没有),服务假死(服务不断也走),客户端申请连接会也会死
在cmd下输入指令

netstat -ano | findstr 10001

可以看到对应端口TIME_WAIT CLOSE_WAIT
服务端解决办法是修改注册表
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters,添加名为TcpTimedWaitDelay的
DWORD键,设置为30,以缩短TIME_WAIT的等待时间 

 

参考:http://blog.csdn.net/wuzhiping_luke/article/details/9962947

阿里云windows server 2012 TIME_WAIT CLOSE_WAIT

标签:客户端连接   class   心跳包   tcp   cmd   span   get   时间   tail   

原文地址:http://www.cnblogs.com/zhucww/p/7449847.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!