Skip to content

Commit

Permalink
Move arrows back to original position; add Base value to figure.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnc-google committed Oct 16, 2019
1 parent 06607c1 commit 9647009
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions draft-ietf-quic-qpack.md
Expand Up @@ -537,9 +537,9 @@ In a header block a relative index of "0" refers to the entry with absolute
index equal to Base - 1.

~~~~~ drawing
Base
|
V
Base
|
V
+-----+-----+-----+-----+-------+
| n-1 | n-2 | n-3 | ... | d | Absolute Index
+-----+-----+ - +-----+ - +
Expand All @@ -548,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 @@ -563,9 +564,9 @@ and include references to entries added while processing this (or other) header
blocks.

~~~~~ drawing
Base
|
V
Base
|
V
+-----+-----+-----+-----+-----+
| n-1 | n-2 | n-3 | ... | d | Absolute Index
+-----+-----+-----+-----+-----+
Expand All @@ -574,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

0 comments on commit 9647009

Please sign in to comment.