mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
f9e17ac025
With lwIP we have a chunked UDP payload, so just providing the stack-internal buffer is not possible. To be able to iterate over such a chunked payload, this change allows the `sock_*_recv_buf()` functions to use the internal buffer context as an iteration state. As the internal buffer space can be released when the function would return 0, `sock_recv_buf_free()` becomes unnecessary. |
||
---|---|---|
.. | ||
async | ||
async.h | ||
dns.h | ||
dtls.h | ||
ip.h | ||
tcp.h | ||
udp.h | ||
util.h |