pub const SOCK_RDM: c_int = 4;Expand description
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/socket.2.html.
Provides a reliable datagram layer that does not guarantee ordering.
pub const SOCK_RDM: c_int = 4;Non-POSIX, see https://www.man7.org/linux/man-pages/man2/socket.2.html.
Provides a reliable datagram layer that does not guarantee ordering.