If the backlog argument is greater than the value in /proc/sys/net/core/somaxconn,then it is silently truncated to that value; the default value in this file is 128.
这意味着我的服务器一次只能接受< 128连接.如果我想接受更多的连接怎么办?我可以简单地将值设置为可能的最大数量,以便我可以访问更多的连接数量?