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 14fb973 commit d6d2405Copy full SHA for d6d2405
src/sys/socket/mod.rs
@@ -1797,11 +1797,9 @@ impl<S> MultiHeaders<S> {
1797
/// call to recvmmsg(). In the current implementation, however, the error code can be
1798
/// overwritten in the meantime by an unrelated network event on a socket, for example an
1799
/// incoming ICMP packet.
1800
-
1801
// On aarch64 linux using recvmmsg and trying to get hardware/kernel timestamps might not
1802
// always produce the desired results - see https://github.com/nix-rust/nix/pull/1744 for more
1803
// details
1804
1805
#[cfg(any(linux_android, target_os = "freebsd", target_os = "netbsd"))]
1806
pub fn recvmmsg<'a, XS, S, I>(
1807
fd: RawFd,
0 commit comments