nuttx/net/udp
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 net/inet: add support of FIONREAD 2021-07-05 06:20:52 -05:00
udp_callback.c net/socket: add SO_RCVBUF support 2021-07-06 01:44:55 -05:00
udp_close.c
udp_conn.c net/socket: add SO_SNDBUF support 2021-07-20 20:24:58 -07:00
udp_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
udp_finddev.c
udp_input.c
udp_ioctl.c net/inet: add support of FIONREAD 2021-07-05 06:20:52 -05:00
udp_ipselect.c
udp_netpoll.c
udp_notifier.c
udp_recvfrom.c
udp_send.c
udp_sendto_buffered.c net/socket: add SO_SNDBUF support 2021-07-20 20:24:58 -07:00
udp_sendto_unbuffered.c
udp_setsockopt.c
udp_txdrain.c
udp_wrbuffer_dump.c
udp_wrbuffer.c net/udp: fix buffer release handling on failed buffer alloc 2021-09-15 12:03:21 +08:00
udp.h 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