pub fn ax_udp_set_nonblocking(
socket: &AxUdpSocketHandle,
nonblocking: bool,
) -> AxResultExpand description
Moves this UDP socket into or out of nonblocking mode.
pub fn ax_udp_set_nonblocking(
socket: &AxUdpSocketHandle,
nonblocking: bool,
) -> AxResultMoves this UDP socket into or out of nonblocking mode.