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

check MTU when queuing datagram #4496

Closed
marten-seemann opened this issue May 7, 2024 · 1 comment · Fixed by #4497
Closed

check MTU when queuing datagram #4496

marten-seemann opened this issue May 7, 2024 · 1 comment · Fixed by #4497

Comments

@marten-seemann
Copy link
Member

We currently just accept any datagram in SendDatagram that is smaller than the peer's advertised max datagram frame size. Since it is valid to advertise a large value (quic-go advertises around 16 kB), this check is pretty useless.

@marten-seemann
Copy link
Member Author

marten-seemann commented May 7, 2024

Related: #3222 and #4294.

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

Successfully merging a pull request may close this issue.

1 participant