g******r 发帖数: 55 | 1 I want to abruptly kill a TCP session without sending the FIN?
I found two methods:
1) I may disable the LAN interface. But I can't connect the internet with
this
method.
2) Use "netstat -ano" to get the PID, and use "taskkill" to kill the process
.
But by killing the process, the FIN is still being sent.
Is there other method to abruptly kill a specific TCP session?
Thanks, |
|