pub fn ax_tcp_bind(socket: &AxTcpSocketHandle, addr: SocketAddr) -> AxResultExpand description
Binds the TCP socket to the given address and port.
pub fn ax_tcp_bind(socket: &AxTcpSocketHandle, addr: SocketAddr) -> AxResultBinds the TCP socket to the given address and port.