We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabe208 commit c9ccd9aCopy full SHA for c9ccd9a
src/sys/socket/mod.rs
@@ -564,6 +564,9 @@ pub enum ControlMessageOwned {
564
ScmTimestampns(TimeSpec),
565
/// Configurable nanoseconds resolution timestamps
566
///
567
+ /// Three `TimeSpec`s are returned in the control message. At least one field is non-zero at
568
+ /// any time. Most timestamps are passed in ts[0]. Hardware timestamps are passed in ts[2].
569
+ ///
570
/// [Further reading](https://www.kernel.org/doc/html/latest/networking/timestamping.html)
571
#[cfg(all(target_os = "linux"))]
572
ScmTimestamping([TimeSpec; 3]),
0 commit comments