nuttx/net/tcp
Alexander Lunev 2b60468845 net/tcp(unbuffered): removed excessive overwrites of conn->sndseq
(conn->sndseq was updated in multiple places that was unreasonable and complicated).
2021-12-29 05:35:23 -06:00
..
Kconfig net/tcp/Kconfig: Remove NET_TCP_SPLIT 2021-11-04 13:32:57 -05:00
Make.defs
tcp_accept.c
tcp_appsend.c net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment 2021-11-10 12:21:07 -06:00
tcp_backlog.c
tcp_callback.c
tcp_close.c
tcp_conn.c
tcp_connect.c
tcp_devpoll.c net/can,icmp,icmpv6,tcp,tcp_timer,udp: device should poll only those connections that are bound to the device. 2021-10-11 23:09:00 -07:00
tcp_finddev.c
tcp_getsockopt.c
tcp_input.c net/tcp(unbuffered): removed excessive overwrites of conn->sndseq 2021-12-29 05:35:23 -06:00
tcp_ioctl.c
tcp_ipselect.c
tcp_listen.c
tcp_monitor.c
tcp_netpoll.c
tcp_notifier.c
tcp_recvfrom.c
tcp_recvwindow.c
tcp_send_buffered.c net/tcp: fix send deadlock if disconnect 2021-12-16 01:29:10 -06:00
tcp_send_unbuffered.c net/tcp(unbuffered): removed excessive overwrites of conn->sndseq 2021-12-29 05:35:23 -06:00
tcp_send.c
tcp_sendfile.c
tcp_seqno.c
tcp_setsockopt.c
tcp_timer.c net/can,icmp,icmpv6,tcp,tcp_timer,udp: device should poll only those connections that are bound to the device. 2021-10-11 23:09:00 -07:00
tcp_txdrain.c
tcp_wrbuffer_dump.c
tcp_wrbuffer.c
tcp.h net/tcp(unbuffered): fixed an issue with tx_unacked overflow that occurred if NET_TCP_WINDOW_SCALE option was enabled. 2021-12-27 11:05:01 -06:00