nuttx/net/tcp
Kian Karas 46a8c665d7 net/tcp: fix missing error code propagation
If devif_send() failed its returned error code was not propagated
to user space. Instead, a send length of zero was returned (in
violation of POSIX).
2024-06-22 19:26:14 -03:00
..
CMakeLists.txt
Kconfig net/tcp: Support initial sequence number described in RFC 6528 2023-11-06 09:04:09 +08:00
Make.defs
tcp_accept.c
tcp_appsend.c
tcp_backlog.c
tcp_callback.c
tcp_cc.c
tcp_close.c
tcp_conn.c net/inet: Rename ttl to s_ttl in sconn. 2024-06-05 23:22:15 +08:00
tcp_connect.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
tcp_devpoll.c
tcp_dump.c
tcp_finddev.c
tcp_getsockopt.c tcp: decouple TCP_NODELAY and NET_TCP_KEEPALIVE 2024-04-29 17:45:14 +08:00
tcp_input.c net/tcp: return true only when send window updates 2024-03-13 22:24:04 +08:00
tcp_ioctl.c net: Simplify getting value for different domain 2023-11-03 22:23:50 +08:00
tcp_ipselect.c
tcp_listen.c
tcp_monitor.c
tcp_netpoll.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
tcp_notifier.c
tcp_recvfrom.c
tcp_recvwindow.c
tcp_send_buffered.c net:Support jumbo frame prealloc the iob for the ICMP/UDP/TCP. 2024-06-02 09:31:37 -03:00
tcp_send_unbuffered.c net/tcp: fix missing error code propagation 2024-06-22 19:26:14 -03:00
tcp_send.c net/inet: Rename ttl to s_ttl in sconn. 2024-06-05 23:22:15 +08:00
tcp_sendfile.c net: Only call arp_send for PF_INET and icmpv6_neighbor for PF_INET6 2024-01-09 05:56:28 -08:00
tcp_seqno.c net/tcp: Support initial sequence number described in RFC 6528 2023-11-06 09:04:09 +08:00
tcp_setsockopt.c tcp: decouple TCP_NODELAY and NET_TCP_KEEPALIVE 2024-04-29 17:45:14 +08:00
tcp_shutdown.c
tcp_timer.c
tcp_txdrain.c
tcp_wrbuffer.c
tcp.h net/tcp: Support initial sequence number described in RFC 6528 2023-11-06 09:04:09 +08:00