mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
0d118ec214
Found a problem: When sendto handler gets an error, it will release all its rx buffer, then iov_base becomes NULL. But it cannot let client stop its request, then the next data from client cannot be handled by usrsock server correctly. It's better to note down the remaining bytes, then we can stop at correct time. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Make.defs | ||
usrsock_dev.c | ||
usrsock_rpmsg.c | ||
usrsock_rpmsg_server.c |