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