pub fn connect_v6<Fd: AsFd>(sockfd: Fd, addr: &SocketAddrV6) -> Result<()>
Available on crate feature net only.
Expand description

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

References