mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
3b26c6df51
Notes: 1. This commit do the same thing as TCP did: https://github.com/apache/nuttx/pull/10627 2. UDP uses `iob_navail(false)` but TCP uses `iob_navail(true)`, this is because of a problem related to TCP recv window (https://github.com/apache/nuttx/pull/4142), so we don't need to change UDP now. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>