nuttx/net/devif
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
devif.h
devif_callback.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
devif_filesend.c net: limit TCP and UDP send/recv buffer usage with throttled IOB 2026-01-21 20:06:47 +08:00
devif_forward.c
devif_iobsend.c
devif_loopback.c
devif_poll.c
devif_send.c
ipv4_input.c net/netdev: modify for hardware checksum offload 2026-01-19 23:22:46 +08:00
ipv6_input.c
Make.defs