You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to switch away from nix/libc to this crate & I found that rustix currently doesn't provide functions for using kernel timestamping. The nix crate provides the following required for kernel timestamping:
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to switch away from nix/libc to this crate & I found that rustix currently doesn't provide functions for using kernel timestamping. The
nix
crate provides the following required for kernel timestamping:Timestamping
)ReceiveTimestamp
)ReceiveTimestampns
)Timestamping
)Timestamping
)I'm willing to work on a PR contributing a similar API (with individual functions for each sockopt variant, as is the rustix way).
The text was updated successfully, but these errors were encountered: