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 703089eCopy full SHA for 703089e
src/sys/socket/mod.rs
@@ -563,6 +563,8 @@ pub enum ControlMessageOwned {
563
#[cfg(all(target_os = "linux"))]
564
ScmTimestampns(TimeSpec),
565
/// Configurable nanoseconds resolution timestamps
566
+ /// Three `TimeSpec`s are returned in the control message. At least one field is non-zero at
567
+ /// any time. Most timestamps are passed in ts[0]. Hardware timestamps are passed in ts[2].
568
///
569
/// [Further reading](https://www.kernel.org/doc/html/latest/networking/timestamping.html)
570
0 commit comments