pub fn make_insecure_client_endpoint(bind_addr: SocketAddr) -> Result<Endpoint>
Available on crate feature
quinn-transport
only.Expand description
Constructs a QUIC endpoint that trusts all certificates.
This is useful for testing and local connections, but should be used with care.