Skip to content

Commit d13c2cc

Browse files
committed
include docs
1 parent 475819c commit d13c2cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sys/socket/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,6 +1635,11 @@ impl<S> MultiHeaders<S> {
16351635
/// call to recvmmsg(). In the current implementation, however, the error code can be
16361636
/// overwritten in the meantime by an unrelated network event on a socket, for example an
16371637
/// 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+
16381643
#[cfg(any(
16391644
target_os = "linux",
16401645
target_os = "android",

0 commit comments

Comments
 (0)