nix icon indicating copy to clipboard operation
nix copied to clipboard

Add additional socket timestamping flags

Open fishilico opened this issue 9 months ago • 0 comments
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

fishilico avatar Feb 18 '25 15:02 fishilico