1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lwip/contrib/sock
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
..
ip pkg/lwip: Use NETIF_FOREACH macro in sock implementation 2021-03-06 11:27:14 +01:00
tcp lwip_sock: Make sock_tcp_read return data if available 2021-04-10 18:45:57 +02:00
udp pkg/lwip: Implement sock_aux_local 2020-12-04 12:51:48 +01:00
lwip_sock.c pkg/lwip: Use NETIF_FOREACH macro in sock implementation 2021-03-06 11:27:14 +01:00
Makefile pkg: provide sock_ip support for lwip 2017-01-17 09:00:44 +01:00