Skip to content

Commit

Permalink
[qpack] Table Flip
Browse files Browse the repository at this point in the history
All other tables insert on the left and drop on the right

Fixes #3633
  • Loading branch information
afrind committed May 12, 2020
1 parent bfc2635 commit 7d7c3a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions draft-ietf-quic-qpack.md
Expand Up @@ -250,14 +250,14 @@ references to those entries will eventually become zero, allowing them to be
evicted.

~~~~~~~~~~ drawing
+----------+---------------------------------+--------+
| Draining | Referenceable | Unused |
| Entries | Entries | Space |
+----------+---------------------------------+--------+
^ ^ ^
| | |
Dropping Draining Index Insertion Point
Point
+--------+---------------------------------+----------+
| Unused | Referenceable | Draining |
| Space | Entries | Entries |
+--------+---------------------------------+----------+
^ ^ ^
| | |
Insertion Point Draining Index Dropping
Point
~~~~~~~~~~
{:#fig-draining-index title="Draining Dynamic Table Entries"}

Expand Down

0 comments on commit 7d7c3a2

Please sign in to comment.