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
..
2020-10-23 11:27:48 +02:00
2020-10-23 11:27:48 +02:00
2020-11-13 22:59:09 +01:00
2020-09-30 20:00:03 +05:30
2018-03-06 14:00:32 +01:00
2020-09-04 16:29:13 +05:30
2018-06-11 19:12:02 +02:00
2015-08-30 14:00:33 +02:00
2020-09-30 20:00:03 +05:30