nuttx/net/netdev
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 netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx 2026-01-19 23:22:46 +08:00
Kconfig netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx 2026-01-19 23:22:46 +08:00
Make.defs netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx 2026-01-19 23:22:46 +08:00
netdev.h net: skip TCP/UDP pseudo-header checksum with hardware offload 2026-01-19 23:22:46 +08:00
netdev_carrier.c
netdev_checksum.c netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx 2026-01-19 23:22:46 +08:00
netdev_count.c
netdev_default.c
netdev_findbyaddr.c
netdev_findbyindex.c
netdev_findbyname.c
netdev_foreach.c
netdev_ifconf.c
netdev_input.c
netdev_iob.c Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
netdev_ioctl.c
netdev_ipv6.c
netdev_lladdrsize.c
netdev_lock.c
netdev_notify_recvcpu.c
netdev_register.c
netdev_stats.c
netdev_txnotify.c
netdev_unregister.c
netdev_verify.c
netdown_notifier.c