mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
2ad01e2aab
shutdown should send TCP_FIN packet.
close should send TCP_RST packet when the data in readahead has not been
read and NEW_DATA has arrived.
send TCP_FIN packet when in other cases.
Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>