new_socket

Function new_socket 

Source
pub fn new_socket(
    domain: c_int,
    ty: c_int,
    protocol: c_int,
) -> Result<SocketFd, Error>