pub fn ax_tcp_set_nonblocking(
socket: &AxTcpSocketHandle,
nonblocking: bool,
) -> AxResultExpand description
Moves this TCP socket into or out of nonblocking mode.
pub fn ax_tcp_set_nonblocking(
socket: &AxTcpSocketHandle,
nonblocking: bool,
) -> AxResultMoves this TCP socket into or out of nonblocking mode.