pub fn ax_tcp_listen(socket: &AxTcpSocketHandle, _backlog: usize) -> AxResult
Available on crate feature
net
only.Expand description
Starts listening on the bound address and port.
pub fn ax_tcp_listen(socket: &AxTcpSocketHandle, _backlog: usize) -> AxResult
net
only.Starts listening on the bound address and port.