pub fn connect_v6<Fd>(sockfd: Fd, addr: &SocketAddrV6) -> Result<(), Errno> ⓘwhere Fd: AsFd,
dep_rustix
connect(sockfd, addr, sizeof(struct sockaddr_in6))—Initiates a connection to an IPv6 address.
connect(sockfd, addr, sizeof(struct sockaddr_in6))