Wednesday, March 10, 2021

Is it possible to reinstate a TCP after FIN_WAIT_2?

Here's an example: a client sends a FIN packet stating that it wants to close a TCP Connection. It continues receiving messages until the server sends a FIN packet, but due to some client logic, it must resume sending data. Now, can the client "take back" its FIN packet later and resume sending data?



No comments:

Post a Comment