mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e469f2dea4
When reading from the socket with `sock_tcp_read()` it would only return data from at most one internal connection buffer, even if the buffer passed to `sock_tcp_read()` is larger and there is more data available in the connection. This patch makes `sock_tcp_read` process all the available data so long as there's more data to read available immediately. |
||
---|---|---|
.. | ||
netdev | ||
sock | ||
lwip.c | ||
Makefile | ||
sys_arch.c |