Skip to content
New issue

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

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

Already on GitHub? # to your account

improve handling of CID retirement #576

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Apr 9, 2024

Specifically, this PR does the following:

  • Changes the capacity of CID retirement queue from max_cids to 2 * max_cids.
  • Upon overflow, emit PROTOCOL_VIOLATION rather than dropping RETIRE_CID frames.
  • Merge remote_cid and retire_cid structs for simplicity.

Builds on top of #554 (#554 has already been merged to master).

kazuho added 3 commits April 9, 2024 15:24
* change the capacity of CID retirement queue from max_cids to 2 * max_cids
* upon overflow, emit PROTOCOL_VIOLATION rather than dropping RETIRE_CID frames
* merge remote_cid and retire_cid structs for simplicity
@kazuho kazuho changed the base branch from kazuho/path-migration to master December 23, 2024 02:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants