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

[!] fix handle Retire Prior To error when NEW_CONNECTION_ID arrives and retire all the previous CIDs #427

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Kulsk
Copy link
Collaborator

@Kulsk Kulsk commented May 10, 2024

if peer issues a NEW_CONNECTION_ID frame and retire all the previous CIDs with Retire Prior To field, XQUIC will consider there is not enough CID and fails to handle this case as XQUIC don't insert the new CID in its dcid_set before handle Retire Prior To field.

Insert CID before handling Retire Prior To field, and allow temporary exceed of local CID limit.

Kulsk and others added 5 commits May 7, 2024 21:47
* 'main' of ssh://github.com/Kulsk/xquic:
  [!] fix interop multiplexing testcase error when hq stream send content and fin separately. (alibaba#420)
@Kulsk Kulsk linked an issue May 10, 2024 that may be closed by this pull request
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.

[Bug]: interop failure with s2n-quic server
2 participants