1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/sock/udp
Benjamin Valentin e3d00682bc sock/udp: work around gnrc_sock_recv() returning early timeout
sock_udp_recv_buf_aux() sometimes will return -ETIMEDOUT before
the given timeout has expired (e.g. 28798µs instead of 160000µs).

This messes with many assumptions and breaks protocols that rely
on the timeout.

Until we have a proper fix, add this workaround.
2023-11-14 13:33:16 +01:00
..
gnrc_sock_udp.c sock/udp: work around gnrc_sock_recv() returning early timeout 2023-11-14 13:33:16 +01:00
Makefile gnrc_sock_udp: provide port for sock_udp 2016-10-26 15:20:38 +02:00