how to stop socket in linux :
socket ==>
root@root:/home/aa/test# netstat | grep 3966
tcp 0 0 server:3966 server:57004 TIME_WAIT
thank
how to stop socket in linux :
socket ==>
root@root:/home/aa/test# netstat | grep 3966
tcp 0 0 server:3966 server:57004 TIME_WAIT
thank
Try this. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
Also you can try this to close the socket connection
Replace X with the IP address, and Y with the port number.
also take a look at tcpkill and cutter command