rustix::backend::net::syscalls

Function connect_v4

Source
pub(crate) fn connect_v4(fd: BorrowedFd<'_>, addr: &SocketAddrV4) -> Result<()>