nuttx/net/devif
Petteri Aimonen cb161940c2 udp: Add support for SO_TIMESTAMP
Adds support for timestamping received UDP packets, either in
hardware or in kernel. Builds on the existing support of SO_TIMESTAMP
for SocketCAN.

Implementation uses CLOCK_REALTIME for timestamping to match the
behavior of Linux. This could be made configurable in future if needed.
2023-11-18 03:10:29 -08:00
..
CMakeLists.txt
devif_callback.c
devif_filesend.c
devif_forward.c
devif_initialize.c
devif_iobsend.c
devif_loopback.c
devif_poll.c
devif_send.c
devif.h
ipv4_input.c
ipv6_input.c
Make.defs