mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
4c85805be0
According to RFC793, Section 3.4, Page 33. In the SYN_SENT state, if receive a ACK without the SYN, we should reset the connection and retransmit the SYN. Signed-off-by: liqinhui <liqinhui@xiaomi.com>