nps 重连失败:socket: too many open files

wqlqzqxt  于 2022-10-21  发布在  其他
关注(0)|答案(1)|浏览(261)

Describe the bug

客户端开启一段时间后,就无法连接,查看客户端,发现不断打印日志
netstat -nap|grep npc查看发现npc打开了很多很多udp端口

Screenshots or logs

2021/10/12 08:48:17.131 [E] [client.go:63] The connection server failed and will be reconnected in five seconds, error listen udp4 :0: socket: too many open files
2021/10/12 08:48:22.171 [E] [client.go:63] The connection server failed and will be reconnected in five seconds, error listen udp4 :0: socket: too many open files
2021/10/12 08:48:27.176 [E] [client.go:63] The connection server failed and will be reconnected in five seconds, error listen udp4 :0: socket: too many open files

Server (please complete the following information):

  • OS: centos
  • ARCH: x86
  • Tunnel : kcp
  • Version: 0.26.10

Client (please complete the following information):

  • OS: bybox linux 3.10
  • ARCH: arm
  • Tunnel: kcp
  • Version: 0.26.10

相关问题