nix
nix copied to clipboard
Add additional socket timestamping flags
trafficstars
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 https://github.com/rust-lang/libc/pull/2881.
Checklist:
- [x] I have read
CONTRIBUTING.md - [x] I have written necessary tests and rustdoc comments
- [x] A change log has been added if this PR modifies nix's API