Skip to main content

recv_vectored_with_ancillary_from

Function recv_vectored_with_ancillary_from 

Source
pub(super) fn recv_vectored_with_ancillary_from(
    socket: &Socket,
    bufs: &mut [IoSliceMut<'_>],
    ancillary: &mut SocketAncillary<'_>,
) -> Result<(usize, bool, Result<SocketAddr>)>
Available on non-Hermit and (Unix) and not ((WebAssembly and non-WASI, or Fortanix and SGX)) and (Android or Linux or Cygwin) only.