1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lwip
iosabi e469f2dea4 lwip_sock: Make sock_tcp_read return data if available
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.
2021-04-10 18:45:57 +02:00
..
contrib lwip_sock: Make sock_tcp_read return data if available 2021-04-10 18:45:57 +02:00
include pkg/lwip: Set link state properly when supported 2021-03-01 23:55:08 +01:00
patches pkg/lwip: Add patch for lowpan6 printf formatters 2021-02-23 11:48:13 +01:00
doc.txt lwip: improve and fix documentation 2019-10-09 14:45:30 +02:00
Makefile pkg: silent make commands with RIOT_CI_BUILD=1 2021-03-12 16:05:18 +01:00
Makefile.dep drivers/Makefile.dep: don't pull netdev on netdev_default 2021-03-10 14:18:12 +01:00
Makefile.include pkg/lwip: add mips32 ssize_t fix 2020-11-25 17:52:34 +01:00