Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcp: Remove tcb from tcbs when connection is closed
Currently tcb are inserted but never removed from tcbs. This patch also removes an unnecessary <ACK> packet (packet #5 below) to the client. 1) client: <FIN> 2) server: <ACK> 3) server: <FIN> 4) client: <ACK> 5) server: <ACK>
- Loading branch information