This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 1495073d15dc618b0b07f4cc2744db190d5488ce (commit)
from 069b42b1f372ea04bdb02b0a6417dfaea29a2bad (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1495073d15dc618b0b07f4cc2744db190d5488ce
Author: Diego Nieto Cid <[email protected]>
Date: Sun May 31 15:34:30 2026 -0300
pfinet: implement rudimentary SO_TIMESTAMP support
This patch adds support for UDP packet timestamping only when
both SO_TIMESTAMP and SCM_TIMESTAMP are defined.
* pfinet/linux-src/include/net/sock.h: add timestamp flag
* pfinet/linux-src/net/core/sock.c: modify sock_*sockopt to set
and query the timestamp flag.
* pfinet/linux-src/net/ipv4/udp.c: call put_cmsg in udp_recvmsg
to write the packet timestamp to the message anciliary data.
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
pfinet/linux-src/include/net/sock.h | 3 +++
pfinet/linux-src/net/core/sock.c | 10 ++++++++++
pfinet/linux-src/net/ipv4/udp.c | 5 +++++
3 files changed, 18 insertions(+)
hooks/post-receive
--
Hurd