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/tcp
Martine S. Lenders ef1d458089
lwip_sock: re-issue receive events if there are still received messages
... after `*_recv()` or `*_accept()` was called.

This prevents a client from needing to call `*_recv()` or `*_accept()`
in a loop.
2020-05-12 14:19:34 +02:00
..
lwip_sock_tcp.c lwip_sock: re-issue receive events if there are still received messages 2020-05-12 14:19:34 +02:00
Makefile pkg: provide sock_tcp support for lwip 2017-02-13 20:10:42 +01:00