# HG changeset patch # User Sergey Kandaurov # Date 1592902620 -10800 # Node ID 3c32717d7bb2c868aadbf2825050b048178e5378 # Parent 011668fc9efd9375fbbe63b8f4e74214dbf442cb README: documented draft-28, draft-29 support. diff --git a/README b/README --- a/README +++ b/README @@ -34,10 +34,9 @@ 1. Introduction What works now: - Currently we support IETF-QUIC draft 27 - Earlier drafts are NOT supported as they have incompatible wire format; + Currently we support IETF-QUIC draft-27, draft-28, draft-29. + 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.