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/ip
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_ip.c sys/net/gnrc/sock: cleanup & fix aux handling 2021-01-12 21:31:24 +01:00
Makefile gnrc_sock_ip: provide port for sock_ip 2016-10-26 15:20:39 +02:00