Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove RIC from Relative Index in Header Block figure; add Base value to two figures #2935

Merged
merged 5 commits into from
Oct 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions draft-ietf-quic-qpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,11 +537,9 @@ In a header block a relative index of "0" refers to the entry with absolute
index equal to Base - 1.

~~~~~ drawing
Required
Insert
Count Base
| |
V V
Base
|
V
+-----+-----+-----+-----+-------+
| n-1 | n-2 | n-3 | ... | d | Absolute Index
+-----+-----+ - +-----+ - +
Expand All @@ -550,6 +548,7 @@ index equal to Base - 1.

n = count of entries inserted
d = count of entries dropped
In this example, Base = n - 2
~~~~~
{: title="Example Dynamic Table Indexing - Relative Index in Header Block"}

Expand All @@ -576,6 +575,7 @@ blocks.

n = count of entries inserted
d = count of entries dropped
In this example, Base = n - 2
~~~~~
{: title="Example Dynamic Table Indexing - Post-Base Index in Header Block"}

Expand Down