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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -