# HG changeset patch # User Sergey Kandaurov # Date 1590234068 -10800 # Node ID af22b60a905bc886c1320ed13fc97a18bee45c78 # Parent d3aa54242c378c20a498c0f13a782764ce085154 README: documented Retry, 0-RTT, TLSv1.3 configuration. diff --git a/README b/README --- a/README +++ b/README @@ -108,6 +108,18 @@ 3. Configuration quic_active_migration quic_active_connection_id_limit + To enable address validation: + + quic_retry on; + + To enable 0-RTT: + + ssl_early_data on; + + Make sure that TLS 1.3 is configured which is required for QUIC: + + ssl_protocols TLSv1.3; + Two additional variables are available: $quic and $http3. The value of $quic is "quic" if QUIC connection is used, and empty string otherwise. The value of $http3 is a string