This is a discussion on How to kill/stop socket with no processes within the Linux Networking forums, part of the Linux Forums category; Hi all, I'd like to know how to kill/stop when they belong (apparently) to no processes. You can ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I'd like to know how to kill/stop when they belong (apparently) to no processes. You can see an output of the netstat command. Thank you. tcp 0 0 172.16.65.50:8090 172.16.35.226:59898 TIME_WAIT - tcp 0 0 172.16.65.50:8090 172.16.35.226:59900 TIME_WAIT - |
|
|||
|
"Sara" <demone33@yahoo.it> wrote in message news:799fe45f.0309230510.70bc6103@posting.google.c om... > Hi all, > > I'd like to know how to kill/stop when they belong (apparently) to no processes. > You can see an output of the netstat command. > Thank you. > > tcp 0 0 172.16.65.50:8090 172.16.35.226:59898 TIME_WAIT - > tcp 0 0 172.16.65.50:8090 172.16.35.226:59900 TIME_WAIT - These "unowned" TCP sockets - i.e., TCP sockets in the "TIME-WAIT" state - are a required feature of the TCP protocol. See RFC 793 "Transmission Control Protocol" for more complete information: http://www.faqs.org/rfcs/rfc793.html [Hint: Search the RFC text for the strings "MSL" and "TIME-WAIT".] -- Jim To reply by e-mail, remove "link" and change "now.here" to "yahoo" jfischer_link5809(at)axy3fh.com |