nuttx/net/tcp
Alexander Lunev 1e25602678 net/can,icmp,icmpv6,tcp,tcp_timer,udp: device should poll only those connections that are bound to the device.
tcp_timer: eliminated false decrements of conn->timer in case of multiple network adapters.
The false timer decrements sometimes provoked TCP spurious retransmissions due to premature timeouts.
2021-10-11 23:09:00 -07:00
..
Kconfig
Make.defs
tcp.h net/tcp: sanity check for the listen address 2021-09-23 23:07:57 -07:00
tcp_accept.c
tcp_appsend.c tcp_rexmit: advance conn->sndseq 2021-08-06 21:17:25 -07:00
tcp_backlog.c
tcp_callback.c
tcp_close.c
tcp_conn.c net/socket: add SO_SNDBUF support 2021-07-20 20:24:58 -07:00
tcp_connect.c net/tcp: add nonblock connect(2) support 2021-08-19 19:19:05 -07:00
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: sanity check for the listen address 2021-09-23 23:07:57 -07:00
tcp_ioctl.c
tcp_ipselect.c
tcp_listen.c net/tcp: sanity check for the listen address 2021-09-23 23:07:57 -07:00
tcp_monitor.c net/devif/devif_callback.c: corrected the connection event list to work as FIFO instead of LIFO. 2021-09-18 21:01:39 -05:00
tcp_netpoll.c net/tcp: add nonblock connect(2) support 2021-08-19 19:19:05 -07:00
tcp_notifier.c
tcp_recvfrom.c
tcp_recvwindow.c
tcp_send.c
tcp_send_buffered.c tcp_send_buffered.c: Fix snd_wnd 2021-08-25 20:56:05 +08:00
tcp_send_unbuffered.c
tcp_sendfile.c author: UVC Ingenieure : update licenses to Apache 2021-09-15 15:57:55 +08:00
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.c
tcp_wrbuffer_dump.c