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, | J*******i 发帖数: 2162 | | n***s 发帖数: 10056 | 3 unplug network cable then do (2). Then reconnect cable.
process
【在 g******r 的大作中提到】 : 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,
|
|