Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcp_close.c:when tcp socket stays in TCP_FIN_WAIT_1 or TCP_FIN_WAIT_2…
…,calling tcp_close_eventhandler releases received packets when tcp socket stays in TCP_FIN_WAIT_1 or TCP_FIN_WAIT_2,not actively calling tcp_close_eventhandler,can reuslt in some TCP socket being set to a closed state,but nofosegs are not directly released,leading to IOB resource leakage. Signed-off-by: wangchen <[email protected]>
- Loading branch information