1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/pkg/lwip/contrib/sock
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
..
ip lwip_sock: update implementation for async callback argument 2020-03-11 16:54:12 +01:00
tcp lwip_sock: re-issue receive events if there are still received messages 2020-05-12 14:19:34 +02:00
udp lwip_sock: update implementation for async callback argument 2020-03-11 16:54:12 +01:00
lwip_sock.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_ip support for lwip 2017-01-17 09:00:44 +01:00