From 6bff4fa92c05a666c83649315e9f4286fb26b866 Mon Sep 17 00:00:00 2001 From: Mike Bishop Date: Fri, 16 Aug 2019 13:56:28 -0400 Subject: [PATCH 1/3] IANA defaults --- draft-ietf-quic-http.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index 8fb29698c8..23aad6f251 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -1650,17 +1650,21 @@ Specification: : An optional reference to a specification that describes the use of the setting. +Default: +: The value of the setting unless otherwise indicated. SHOULD be the most + restrictive possible value. + The entries in the following table are registered by this document. -| ---------------------------- | ------ | ------------------------- | -| Setting Name | Code | Specification | -| ---------------------------- | :----: | ------------------------- | -| Reserved | 0x2 | N/A | -| Reserved | 0x3 | N/A | -| Reserved | 0x4 | N/A | -| Reserved | 0x5 | N/A | -| MAX_HEADER_LIST_SIZE | 0x6 | {{settings-parameters}} | -| ---------------------------- | ------ | ------------------------- | +| ---------------------------- | ------ | ------------------------- | ------- | +| Setting Name | Code | Specification | Default | +| ---------------------------- | :----: | ------------------------- | ------- | +| Reserved | 0x2 | N/A | N/A | +| Reserved | 0x3 | N/A | N/A | +| Reserved | 0x4 | N/A | N/A | +| Reserved | 0x5 | N/A | N/A | +| MAX_HEADER_LIST_SIZE | 0x6 | {{settings-parameters}} | 0 | +| ---------------------------- | ------ | ------------------------- | ------- | Additionally, each code of the format `0x1f * N + 0x21` for integer values of N (that is, `0x21`, `0x40`, ..., through `0x3FFFFFFFFFFFFFFE`) MUST NOT be From e14e23688bc8f02d122aed3470cec08772d66343 Mon Sep 17 00:00:00 2001 From: Mike Bishop Date: Fri, 16 Aug 2019 13:57:48 -0400 Subject: [PATCH 2/3] Defaults in QPACK IANA --- draft-ietf-quic-qpack.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index bfae9b580c..7c3e86ff13 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -1133,12 +1133,12 @@ TBD. This document specifies two settings. The entries in the following table are registered in the "HTTP/3 Settings" registry established in {{HTTP3}}. -|------------------------------|--------|---------------------------| -| Setting Name | Code | Specification | -| ---------------------------- | :----: | ------------------------- | -| QPACK_MAX_TABLE_CAPACITY | 0x1 | {{configuration}} | -| QPACK_BLOCKED_STREAMS | 0x7 | {{configuration}} | -| ---------------------------- | ------ | ------------------------- | +|------------------------------|--------|---------------------------| ------- | +| Setting Name | Code | Specification | Default | +| ---------------------------- | :----: | ------------------------- | ------- | +| QPACK_MAX_TABLE_CAPACITY | 0x1 | {{configuration}} | 0 | +| QPACK_BLOCKED_STREAMS | 0x7 | {{configuration}} | 0 | +| ---------------------------- | ------ | ------------------------- | ------- | ## Stream Type Registration From 1c6c271d46d4f5708dc258d2668e23b041bda0e8 Mon Sep 17 00:00:00 2001 From: Mike Bishop Date: Mon, 19 Aug 2019 11:24:42 -0400 Subject: [PATCH 3/3] Unlimited, not zero --- draft-ietf-quic-http.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index 23aad6f251..9c3baf61f7 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -1656,15 +1656,15 @@ Default: The entries in the following table are registered by this document. -| ---------------------------- | ------ | ------------------------- | ------- | -| Setting Name | Code | Specification | Default | -| ---------------------------- | :----: | ------------------------- | ------- | -| Reserved | 0x2 | N/A | N/A | -| Reserved | 0x3 | N/A | N/A | -| Reserved | 0x4 | N/A | N/A | -| Reserved | 0x5 | N/A | N/A | -| MAX_HEADER_LIST_SIZE | 0x6 | {{settings-parameters}} | 0 | -| ---------------------------- | ------ | ------------------------- | ------- | +| ---------------------------- | ------ | ------------------------- | --------- | +| Setting Name | Code | Specification | Default | +| ---------------------------- | :----: | ------------------------- | --------- | +| Reserved | 0x2 | N/A | N/A | +| Reserved | 0x3 | N/A | N/A | +| Reserved | 0x4 | N/A | N/A | +| Reserved | 0x5 | N/A | N/A | +| MAX_HEADER_LIST_SIZE | 0x6 | {{settings-parameters}} | Unlimited | +| ---------------------------- | ------ | ------------------------- | --------- | Additionally, each code of the format `0x1f * N + 0x21` for integer values of N (that is, `0x21`, `0x40`, ..., through `0x3FFFFFFFFFFFFFFE`) MUST NOT be