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

improve handling of CID retirement #576

Open
wants to merge 2 commits into
base: kazuho/path-migration
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.

* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant