Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional socket timestamping flags #2606

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fishilico
Copy link

@fishilico fishilico commented Feb 18, 2025

What does this PR do

While trying to collect the ACK timestamps, it appeared SOF_TIMESTAMPING_TX_ACK was missing from TimestampingFlag. It was already added to libc a few years ago in rust-lang/libc#2881.

Checklist:

  • I have read CONTRIBUTING.md
  • I have written necessary tests and rustdoc comments
  • A change log has been added if this PR modifies nix's API

While trying to collect the ACK timestamps, it appeared
SOF_TIMESTAMPING_TX_ACK was missing from TimestampingFlag. It was
already added to libc a few years ago in
rust-lang/libc#2881 .

Add the missing flags to TimestampingFlag.
@fishilico fishilico force-pushed the add-additional-socket-timestamping-flags branch from 7a52f4a to b8ebcf9 Compare February 18, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant