1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lwip/contrib
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
..
netdev pkg/lwip: Start DHCP early for all Ethernet netifs 2021-03-25 16:01:27 +01:00
sock lwip_sock: Make sock_tcp_read return data if available 2021-04-10 18:45:57 +02:00
lwip.c pkg/lwip: Start DHCP early for all Ethernet netifs 2021-03-25 16:01:27 +01:00
Makefile lwip: add port for RIOT 2016-03-30 00:10:38 +02:00
sys_arch.c pkg/lwip: fix typo (semaphor => semaphore) 2021-01-08 10:15:33 +01:00