arceos_api::net

Function ax_tcp_send

Source
pub fn ax_tcp_send(socket: &AxTcpSocketHandle, buf: &[u8]) -> AxResult<usize>
Available on crate feature net only.
Expand description

Transmits data in the given buffer on the TCP socket.