Skip to main content

send_vectored_with_ancillary_to

Function send_vectored_with_ancillary_to 

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