Function mio::sys::unix::net::new_socket

source ·
pub(crate) fn new_socket(domain: c_int, socket_type: c_int) -> Result<c_int>
Expand description

Create a new non-blocking socket.