]> git.kaiwu.me - nginx.git/commitdiff
Updated README with "Contributing" section and draft details.
authorVladimir Homutov <vl@nginx.com>
Mon, 25 May 2020 15:37:43 +0000 (18:37 +0300)
committerVladimir Homutov <vl@nginx.com>
Mon, 25 May 2020 15:37:43 +0000 (18:37 +0300)
README

diff --git a/README b/README
index 1c64d364d49de8b701bf2a43e586a74dd2beb600..90bf787dc6dde2a3f0eabfd362439daef23771b1 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,8 @@ Experimental QUIC support for nginx
 3. Configuration
 4. Clients
 5. Troubleshooting
-6. Links
+6. Contributing
+7. Links
 
 1. Introduction
 
@@ -36,6 +37,10 @@ Experimental QUIC support for nginx
     Currently we support IETF-QUIC draft 27
     Earlier drafts are NOT supported as they have incompatible wire format;
 
+    Newer drafts development (draft-28 at the time of writing) is in progress.
+    You may look at src/event/ngx_event_quic.h for alternative values of the
+    NGX_QUIC_DRAFT_VERSION macro used to select IETF draft version number.
+
     nginx should be able to respond to simple HTTP/3 requests over QUIC and
     it should be possible to upload and download big files without errors.
 
@@ -221,7 +226,12 @@ Example configuration:
         #define NGX_QUIC_DEBUG_FRAMES_ALLOC
         #define NGX_QUIC_DEBUG_CRYPTO
 
-6. Links
+6. Contributing
+
+    If you are willing to contribute, please refer to
+    http://nginx.org/en/docs/contributing_changes.html
+
+7. Links
 
     [1] https://tools.ietf.org/html/draft-ietf-quic-transport-27
     [2] https://tools.ietf.org/html/draft-ietf-quic-http-27