nuttx/net/pkt
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/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
Kconfig net/ethernet: fix compilation issues 2025-12-29 23:31:51 +08:00
Make.defs net/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
pkt.h net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
pkt_callback.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
pkt_conn.c net: change conn lock from mutex to rmutex 2025-12-29 09:42:18 +08:00
pkt_finddev.c
pkt_getsockopt.c net/packet: add PACKET_<ADD|DROP>_MEMBERSHIP support 2025-12-25 10:01:43 +08:00
pkt_input.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
pkt_netpoll.c Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
pkt_poll.c
pkt_recvmsg.c boards/sim: Fix watchdog callback 2026-01-23 09:46:02 +08:00
pkt_sendmsg_buffered.c Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
pkt_sendmsg_unbuffered.c net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
pkt_setsockopt.c net/packet: add PACKET_<ADD|DROP>_MEMBERSHIP support 2025-12-25 10:01:43 +08:00
pkt_sockif.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00