incubator-nuttx/net/socket
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
Kconfig udp: Add support for SO_TIMESTAMP 2023-11-18 03:10:29 -08:00
Make.defs
accept.c
bind.c
connect.c
getpeername.c
getsockname.c
getsockopt.c
listen.c
net_close.c
net_dup2.c
net_fstat.c net: Simplify getting value for different domain 2023-11-03 22:23:50 +08:00
net_poll.c
net_sendfile.c
net_sockif.c net: Create fallback option for usrsock 2023-09-21 01:08:11 +08:00
net_timeo.c
recv.c
recvfrom.c
recvmsg.c
send.c
sendmsg.c
sendto.c
setsockopt.c
shutdown.c
socket.c Usrsock fallback with ENETDOWN 2023-11-03 22:49:27 +08:00
socket.h
socketpair.c