nuttx/net/udp
zhanghongyu fa652f9c24 net: limit TCP and UDP send/recv buffer usage with throttled IOB
The main content of this submission is to limit both the TX/RX buffers
of TCP/UDP to throttled IOBs, avoiding impacts on the sending and
receiving of control-type messages.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-01-21 20:06:47 +08:00
..
CMakeLists.txt
Kconfig
Make.defs
udp.h net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
udp_callback.c net: limit TCP and UDP send/recv buffer usage with throttled IOB 2026-01-21 20:06:47 +08:00
udp_close.c net/udp: remove net_lock 2025-12-29 09:42:18 +08:00
udp_conn.c net: change conn lock from mutex to rmutex 2025-12-29 09:42:18 +08:00
udp_devpoll.c net/udp: Support zero-length UDP datagrams 2025-12-27 20:38:47 +08:00
udp_finddev.c
udp_input.c net/netdev: modify for hardware checksum offload 2026-01-19 23:22:46 +08:00
udp_ioctl.c net/udp: remove net_lock 2025-12-29 09:42:18 +08:00
udp_ipselect.c
udp_netpoll.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
udp_notifier.c udp:Resolve UDP exit delay due to high CPU usage 2025-12-29 09:42:18 +08:00
udp_recvfrom.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
udp_send.c net: skip TCP/UDP pseudo-header checksum with hardware offload 2026-01-19 23:22:46 +08:00
udp_sendto_buffered.c net: limit TCP and UDP send/recv buffer usage with throttled IOB 2026-01-21 20:06:47 +08:00
udp_sendto_unbuffered.c net:modify check condition from IFF_UP to IFF_RUNNING in the sending process 2026-01-09 21:48:18 +08:00
udp_setsockopt.c
udp_txdrain.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
udp_wrbuffer.c net: limit TCP and UDP send/recv buffer usage with throttled IOB 2026-01-21 20:06:47 +08:00
udp_wrbuffer_dump.c