Function veloren_client::connect_quic
source ยท pub(crate) async fn connect_quic(
network: &Network,
hostname: String,
override_port: Option<u16>,
prefer_ipv6: bool,
validate_tls: bool,
) -> Result<Participant, Error>