nuttx/net/devif
zhanghongyu d5d6b65213 Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB"
This reverts commit fa652f9c24.

When testing iperf on boards such as ESP32-C6, ESP32-C3, and ESP32,
blocking issues are encountered, so the patch is reverted.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-01-23 14:40:06 -03:00
..
CMakeLists.txt net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00
devif.h devif_poll: only call the corresponding xxx_poll when there is data to be sent 2026-01-02 00:04:16 +08:00
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 Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
devif_forward.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
devif_iobsend.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
devif_loopback.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
devif_poll.c net/ieee802154: replace net_lock with conn_lock and conn_lock_dev 2026-01-02 07:48:06 -03:00
devif_send.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
ipv4_input.c net/netdev: modify for hardware checksum offload 2026-01-19 23:22:46 +08:00
ipv6_input.c net/ipv6: Drop IP packet shorter than length in IP header 2025-12-30 11:28:38 +08:00
Make.defs net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00