Function sock_send [src]

Prototype

pub extern "wasi_snapshot_preview1" fn sock_send(sock: fd_t, si_data: [*]const ciovec_t, si_data_len: usize, si_flags: siflags_t, so_datalen: *usize) errno_t

Parameters

sock: fd_tsi_data: [*]const ciovec_tsi_data_len: usizesi_flags: siflags_tso_datalen: *usize

Source

pub extern "wasi_snapshot_preview1" fn sock_send(sock: fd_t, si_data: [*]const ciovec_t, si_data_len: usize, si_flags: siflags_t, so_datalen: *usize) errno_t