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

[Bug]: Active Connection IDs counting statement #344

Open
QUICTester opened this issue Oct 19, 2023 · 0 comments
Open

[Bug]: Active Connection IDs counting statement #344

QUICTester opened this issue Oct 19, 2023 · 0 comments

Comments

@QUICTester
Copy link

What happened?

I am a member of a group investigating automated testing of QUIC protocol implementations. During our tests involving a XQUIC implementation with the commit version 00f6228, we identified 1 faults:

The Active Connection IDs counting statement in "src/transport/xqc_cid.cc" can always accept up to one more Active Connection ID than the Active Connection ID limit set in the configuration.

We have sent our report to xquic@alibaba-inc.com and alibaba-cna@list.alibaba-inc.com. However, we still haven't get any reply yet.

Thank you for your time.

Steps To Reproduce

Once the handshake is complete, send a 1-RTT packet carrying a number of NEW_CONNECTION_ID frames that exceed the active_connection_id_limit by 1.

Relevant log output

No response

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

No branches or pull requests

1 participant