This is an automated email from the ASF dual-hosted git repository.
archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from ee5009295c1 tcp_reset: Modify RST packet responses to comply with RFC
793.
add 758b6dd847b net/tcp: support OTW SEQ number check in SYN-RCVD state
add c4494c714ce net/tcp: support OTW SEQ number check except SYN-SEND state
add 62f8c400b62 net/tcp: send a reset if the SYN is in the window buf error
add 12de7e6dd53 net/tcp: ignore a segment carrying an unacceptable ACK and
RST in syn-send state
add b09b5dfc9c1 net/tcp: ignore a RST control message in syn-send state
add e3c2ab8267d net/tcp: drop the packet with neither SYN or RST flag set
in syn-sent state
add 476e193812e net/tcp: ignore fin packet in syn-sent state
add d2887ef15fd net/tcp: fix send RST bug when receive syn retransmit in
syn-rcvd state
No new revisions were added by this update.
Summary of changes:
net/tcp/tcp.h | 3 --
net/tcp/tcp_conn.c | 4 --
net/tcp/tcp_input.c | 135 ++++++++++++++++++++++++++++++++++++++++++++++++----
net/tcp/tcp_send.c | 4 --
net/tcp/tcp_timer.c | 12 -----
5 files changed, 126 insertions(+), 32 deletions(-)