Function connect

Source
pub(crate) fn connect(
    fd: BorrowedFd<'_>,
    addr: &impl SocketAddrArg,
) -> Result<()>