nuttx/net/tcp
YAMAMOTO Takashi 1ce13ee731 tcp_reset: Don't copy the peer window
The current code just leave the window value from the segment
from the peer. It doesn't make sense.

Instead, always use 0.
This matches what NetBSD and Linux do.
(As far as I read their code correctly.)
2021-06-29 22:23:48 -05:00
..
Kconfig
Make.defs
tcp_accept.c
tcp_appsend.c tcp: window update improvements 2021-06-13 21:20:24 -05:00
tcp_backlog.c
tcp_callback.c tcp: simplify readahead 2021-06-30 06:22:14 +09:00
tcp_close.c
tcp_conn.c tcp: simplify readahead 2021-06-30 06:22:14 +09:00
tcp_connect.c
tcp_devpoll.c
tcp_finddev.c
tcp_getsockopt.c
tcp_input.c tcp: always responds to keep-alive segments 2021-06-30 11:52:08 +09:00
tcp_ipselect.c
tcp_listen.c
tcp_monitor.c
tcp_netpoll.c tcp: simplify readahead 2021-06-30 06:22:14 +09:00
tcp_notifier.c tcp: simplify readahead 2021-06-30 06:22:14 +09:00
tcp_recvfrom.c tcp: simplify readahead 2021-06-30 06:22:14 +09:00
tcp_recvwindow.c tcp: simplify readahead 2021-06-30 06:22:14 +09:00
tcp_send_buffered.c tcp: Use the tcp seq macros in some obvious places 2021-06-10 22:47:04 -05:00
tcp_send_unbuffered.c tcp: Use the tcp seq macros in some obvious places 2021-06-10 22:47:04 -05:00
tcp_send.c tcp_reset: Don't copy the peer window 2021-06-29 22:23:48 -05:00
tcp_sendfile.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
tcp_seqno.c
tcp_setsockopt.c
tcp_timer.c
tcp_txdrain.c sched: Don't include nuttx/sched.h inside sched.h 2021-05-24 12:11:53 +09:00
tcp_wrbuffer_dump.c
tcp_wrbuffer.c net: update licenses to Apache 2021-05-27 08:07:25 +09:00
tcp.h tcp: simplify readahead 2021-06-30 06:22:14 +09:00