pub fn connect_v4<Fd>(sockfd: Fd, addr: &SocketAddrV4) -> Result<(), Errno> ⓘwhere Fd: AsFd,
dep_rustix
connect(sockfd, addr, sizeof(struct sockaddr_in))—Initiates a connection to an IPv4 address.
connect(sockfd, addr, sizeof(struct sockaddr_in))