pub fn make_client_endpoint(
bind_addr: SocketAddr,
server_certs: &[&[u8]],
) -> Result<Endpoint>
Available on crate feature
quinn-transport
only.Expand description
Constructs a QUIC endpoint configured for use a client only.
ยงArgs
- server_certs: list of trusted certificates.