zhanghongyu 646c41dced tcp_monitor: start_monitor return OK when connect closed by peer
If TCP_FIN is received before the user calls accept, the later accept will
report an error, then the previously received data cannot be read.

operation flow:
tcp_server_listen -> tcp_client_connect -> tcp_client_send ->
tcp_client_close -> tcp_server_accept(fix this error) -> tcp_server_recv

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-05-04 17:12:52 +03:00
..
2023-04-22 01:42:47 +08:00
2023-02-12 01:25:34 +08:00
2023-04-22 01:42:47 +08:00
2023-02-17 11:17:11 -03:00
2023-04-22 01:42:47 +08:00
2023-04-22 01:42:47 +08:00