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

Ignore SCID changes in Initial Packets #3792

Open
ripatel-fd opened this issue Dec 27, 2024 · 0 comments
Open

Ignore SCID changes in Initial Packets #3792

ripatel-fd opened this issue Dec 27, 2024 · 0 comments
Labels
quic RFC 9000: QUIC

Comments

@ripatel-fd
Copy link
Contributor

ripatel-fd commented Dec 27, 2024

fd_quic doesn't enforce this rule:

Once a client has received a valid Initial packet from the server, it MUST discard any subsequent packet it receives on that connection with a different Source Connection ID.
...
Any further changes to the Destination Connection ID are only permitted if the values are taken from NEW_CONNECTION_ID frames; if subsequent Initial packets include a different Source Connection ID, they MUST be discarded. This avoids unpredictable outcomes that might otherwise result from stateless processing of multiple Initial packets with different Source Connection IDs.

Should be fixed

@ripatel-fd ripatel-fd added the quic RFC 9000: QUIC label Dec 27, 2024
@ripatel-fd ripatel-fd assigned ripatel-fd and unassigned ripatel-fd Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quic RFC 9000: QUIC
Projects
None yet
Development

No branches or pull requests

1 participant