mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
c4bd6f52b5
This was fixed by duplicating most of the IOB interfaces: The versions that waited are still present (like iob_alloc()), but now there are non-waiting verisons of the same interfaces (like iob_tryalloc()). The TCP read-ahead logic now uses only these non-waiting interfaces.