YAMAMOTO Takashi 669619a06a tcp_close: Fix a race with passive close
tcp_close disposes the connection immediately if it's called in
TCP_LAST_ACK. If it happens, we will end up with responding the
last ACK with a RST.

This commit fixes it by making tcp_close wait for the completion
of the passive close.
2021-07-02 13:54:15 +09:00
..
2020-12-01 11:36:10 -06:00
2021-06-13 21:20:24 -05:00
2021-06-30 06:22:14 +09:00
2021-06-30 06:39:13 -05:00
2021-06-30 06:22:14 +09:00
2021-06-30 06:22:14 +09:00
2021-06-30 06:22:14 +09:00
2021-05-27 08:07:25 +09:00