
socket
NBA_1
这个作者很懒,什么都没留下…
展开
-
深入研究socket编程(3)——使用select函数编写客户端和服务器
转自https://blog.youkuaiyun.com/chenxun_2010/article/details/50488394 首先看原先《UNIX网络编程——并发服务器(TCP)》的代码,服务器代码serv.c: #include<stdio.h> #include<sys/types.h> #include<sys/socket.h> #include<u...转载 2019-08-01 17:24:16 · 413 阅读 · 0 评论 -
netstat查看CLOSE_WAIT过多
转自https://blog.51cto.com/net881004/2164020?source=dra 现象: netstat查看很多CLOSE_WAIT,造成日志提示Too many open files错误,ssh远程不上去,很多服务报错,响应不了请求。 解决思路: 1、首先确认CLOSE_WAIT产生的链接、IP和端口,并对其抓包。然后再对正常情况的也抓包,并对两者进行对比和分析。 2、...转载 2019-08-02 10:43:10 · 6420 阅读 · 0 评论