changeset 8402:af22b60a905b quic

README: documented Retry, 0-RTT, TLSv1.3 configuration.
author Sergey Kandaurov <pluknet@nginx.com>
date Sat, 23 May 2020 14:41:08 +0300
parents d3aa54242c37
children c101438c69a4
files README
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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