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 475819c commit d13c2ccCopy full SHA for d13c2cc
src/sys/socket/mod.rs
@@ -1635,6 +1635,11 @@ impl<S> MultiHeaders<S> {
1635
/// call to recvmmsg(). In the current implementation, however, the error code can be
1636
/// overwritten in the meantime by an unrelated network event on a socket, for example an
1637
/// incoming ICMP packet.
1638
+
1639
+// On aarch64 linux using recvmmsg and trying to get hardware/kernel timestamps might not
1640
+// always produce the desired results - see https://github.com/nix-rust/nix/pull/1744 for more
1641
+// details
1642
1643
#[cfg(any(
1644
target_os = "linux",
1645
target_os = "android",
0 commit comments