6 lines
309 B
XML
6 lines
309 B
XML
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
//! QUIC endpoint construction for client and server.
|
|
//!
|
|
//! Builds the `quinn` endpoints and configures ALPN and TLS 1.3 (self-signed server certificate, permissive client verifier for the initial milestone). Populated in a later concept; currently a placeholder.
|