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
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
..
include sys/net/gnrc/sock: Add support for RX timestamp 2020-12-10 17:43:11 +01:00
ip sys/net/gnrc/sock: cleanup & fix aux handling 2021-01-12 21:31:24 +01:00
udp sys/net/gnrc/sock: cleanup & fix aux handling 2021-01-12 21:31:24 +01:00
gnrc_sock.c sys/net/gnrc/sock: Add support for RX timestamp 2020-12-10 17:43:11 +01:00
Makefile