mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
TCP: An RST recevied suring the 3-way handshake requires a little more clean-up
This commit is contained in:
+1
-1
@@ -231,7 +231,7 @@ void tcp_timer(FAR struct net_driver_s *dev, FAR struct tcp_conn_s *conn,
|
||||
FAR struct tcp_conn_s *listener;
|
||||
|
||||
conn->tcpstateflags = TCP_CLOSED;
|
||||
ninfo("TCP state: TCP_CLOSED\n");
|
||||
ninfo("TCP state: TCP_SYN_RCVD->TCP_CLOSED\n");
|
||||
|
||||
/* Find the listener for this connection. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user