Function arceos_api::net::ax_udp_connect
source · pub fn ax_udp_connect(socket: &AxUdpSocketHandle, addr: SocketAddr) -> AxResult
Available on crate feature
net
only.Expand description
Connects this UDP socket to a remote address, allowing the send
and
recv
to be used to send data and also applies filters to only receive
data from the specified address.