devela::_dep::rustix::net

Function connect_v4

pub fn connect_v4<Fd>(sockfd: Fd, addr: &SocketAddrV4) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

connect(sockfd, addr, sizeof(struct sockaddr_in))—Initiates a connection to an IPv4 address.

§References