diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index 8fb29698c8..9c3baf61f7 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}} | Unlimited | +| ---------------------------- | ------ | ------------------------- | --------- | Additionally, each code of the format `0x1f * N + 0x21` for integer values of N (that is, `0x21`, `0x40`, ..., through `0x3FFFFFFFFFFFFFFE`) MUST NOT be 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