mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
2f3e237380
If ipforward consumes all the IOB, devif_poll will not poll any more. Without polling, ipforward will not release any IOB, then all the network stack may fail with no IOB available. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>