mirror of
https://github.com/apache/nuttx.git
synced 2026-05-09 23:12:17 +08:00
cb161940c2
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.