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

Protocol Violation in Quant #89

Open
QUICTester opened this issue Sep 1, 2023 · 1 comment
Open

Protocol Violation in Quant #89

QUICTester opened this issue Sep 1, 2023 · 1 comment
Labels

Comments

@QUICTester
Copy link

Hi,

During our tests involving a Quant (511d91c) implementation, we identified a protocol violation on the Quiche server implementation.

Bug detail:
The server does not discard an Initial packet if it's carried in a UDP datagram with a payload size smaller than the minimum allowed maximum datagram size of 1200 bytes (Section 14.1, RFC 9000).

This requirement ensures that the network path supports a reasonable Path Maximum Transmission Unit (PMTU) in both directions, as QUIC MUST NOT be employed if the network path cannot handle a maximum datagram size of at least 1200 bytes.

@larseggert larseggert added the bug label Sep 8, 2023
@larseggert
Copy link
Contributor

Thanks for the report. It's very likely that you identified a bug. Quant isn't under active maintenance anymore, since it was meant as a proof-of-concept to validate the evolving QUIC spec during its standardization. So it's unlikely I'll fix this.

Also, who are you? Your profile does not have any contact information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants