linux - How to solve too many TCP connections on FIN_WAIT_2? -
server , client connected using port 8000. clients aborted unexpectively connections still there. besides restarting server, suggestion release legacy connections?
$ net stat -an | grep 8000 tcp4 0 0 127.0.0.1.8000 127.0.0.1.58761 close_wait tcp4 0 0 127.0.0.1.58761 127.0.0.1.8000 fin_wait_2 tcp4 0 0 127.0.0.1.8000 127.0.0.1.58755 close_wait tcp4 0 0 127.0.0.1.58755 127.0.0.1.8000 fin_wait_2 tcp46 0 0 *.8000 *.* listen
Comments
Post a Comment