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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -