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
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
..
include doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
ip grnc_sock_ip: implement SOCK_AUX_SET_LOCAL 2022-05-10 09:24:56 +02:00
tcp
udp sock/udp: work around gnrc_sock_recv() returning early timeout 2023-11-14 13:33:16 +01:00
gnrc_sock.c Merge pull request #17691 from miri64/gnrc_sock/enh/warn-about-async-timeout 2022-05-24 23:20:42 +02:00
Makefile