@@ -28,23 +28,23 @@ has the form MAJOR.MINOR.PATCH, where
2828QUIC Versions
2929-------------
3030
31- LSQUIC supports two types of QUIC protocol: Google QUIC and IETF QUIC. The
32- former will at some point become obsolete, while the latter is still being
33- developed by the IETF. Both types are included in a single enum:
31+ LSQUIC supports two types of QUIC protocol: Google QUIC and IETF QUIC.
32+ Google QUIC versions are deprecated and are not enabled by default. Both
33+ types are included in a single enum:
3434
3535.. type :: enum lsquic_version
3636
3737 .. member :: LSQVER_043
3838
39- Google QUIC version Q043
39+ Google QUIC version Q043; this version is deprecated.
4040
4141 .. member :: LSQVER_046
4242
43- Google QUIC version Q046
43+ Google QUIC version Q046; this version is deprecated.
4444
4545 .. member :: LSQVER_050
4646
47- Google QUIC version Q050
47+ Google QUIC version Q050; this version is deprecated.
4848
4949 .. member :: LSQVER_ID27
5050
@@ -54,14 +54,13 @@ developed by the IETF. Both types are included in a single enum:
5454
5555 IETF QUIC version ID 29
5656
57- .. member :: LSQVER_ID34
57+ .. member :: LSQVER_I001
5858
59- IETF QUIC version ID 34
59+ IETF QUIC version 1.
6060
61- .. member :: LSQVER_I001
61+ .. member :: LSQVER_I002
6262
63- IETF QUIC version 1. (This version is disabled by default until
64- the QUIC RFC is released).
63+ IETF QUIC version 2.
6564
6665 .. member :: N_LSQVER
6766
@@ -84,7 +83,8 @@ Experimental versions.
8483
8584.. macro :: LSQUIC_DEPRECATED_VERSIONS
8685
87- Deprecated versions.
86+ Deprecated versions. Deprecated versions are supported, but they are not
87+ enabled by default.
8888
8989.. macro :: LSQUIC_GQUIC_HEADER_VERSIONS
9090
@@ -491,7 +491,7 @@ settings structure:
491491 this number of times in a row without making progress (that is,
492492 reading, writing, or changing stream state), loop break will occur.
493493
494- The defaut value is :macro: `LSQUIC_DF_PROGRESS_CHECK `.
494+ The default value is :macro: `LSQUIC_DF_PROGRESS_CHECK `.
495495
496496 .. member :: int es_rw_once
497497
@@ -631,7 +631,7 @@ settings structure:
631631 send PING frames in the absence of other activity.
632632
633633 By default, the server does not send PINGs and the period is set to zero.
634- The client's defaut value is :macro: `LSQUIC_DF_PING_PERIOD `.
634+ The client's default value is :macro: `LSQUIC_DF_PING_PERIOD `.
635635
636636 IETF QUIC only.
637637
0 commit comments