1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/sock/udp
Marian Buschsieweke 8f24cc840c
sys/net/gnrc/sock: cleanup & fix aux handling
The logic used to check whether the RX timestamp was provided in the GNRC
implementation of `sock_ip_recv_buf_aux()` is incorrect: It still uses in-band
signalling via a timestamp of zero, but a dedicated flag was added to allow for
timestamps of zero.

Additionally, it is not necessary to check if a bit is set only to clear it -
clearing it unconditionally is faster and smaller.
2021-01-12 21:31:24 +01:00
..
gnrc_sock_udp.c sys/net/gnrc/sock: cleanup & fix aux handling 2021-01-12 21:31:24 +01:00
Makefile gnrc_sock_udp: provide port for sock_udp 2016-10-26 15:20:38 +02:00