1、使用epoll的ET模式;
2、开启reuseport方法;
Linux 最新SO_REUSEPORT特性:http://www.mamicode.com/info-detail-2201958.html
3、增加backlog队列大小。
浅谈socket的backlog参数:https://www.cnblogs.com/qiumingcheng/p/9492962.html
1、使用epoll的ET模式;
2、开启reuseport方法;
Linux 最新SO_REUSEPORT特性:http://www.mamicode.com/info-detail-2201958.html
3、增加backlog队列大小。
浅谈socket的backlog参数:https://www.cnblogs.com/qiumingcheng/p/9492962.html
转载于:https://www.cnblogs.com/huangfuyuan/p/11317165.html