arceos_api::net

Function ax_udp_bind

Source
pub fn ax_udp_bind(socket: &AxUdpSocketHandle, addr: SocketAddr) -> AxResult
Available on crate feature net only.
Expand description

Binds the UDP socket to the given address and port.