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 discussion of entry overhead #1200

Merged
merged 1 commit into from Mar 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions draft-ietf-quic-qpack.md
Expand Up @@ -323,13 +323,6 @@ Index <= M` where `[1,M]` is the first member of the added- entries sub-ranges
set. Again, the complexity of operations would be at most O(log N), N being
the number of concurrently blocked streams.

### Fixed overhead.

HPACK defines overhead as 32 bytes ({{!RFC7541}}, Section 4.1). As described
above, QPACK adds some per-connection state, and possibly some per-entry state
to track acknowledgment status and eviction reference count. A larger value
than 32 might be more accurate for QPACK.

# Security Considerations

TBD.
Expand Down