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

add MTU config for QUIC #567

Merged
merged 2 commits into from
Aug 4, 2024
Merged

add MTU config for QUIC #567

merged 2 commits into from
Aug 4, 2024

Conversation

cBournhonesque
Copy link
Owner

The default MTU config for QUIC is 1200 bytes; whereas in Netcode we specify a max payload size of 1200 bytes but a max buffer size (with all the headers, etc.) of 1300 bytes.

I hadn't really seen issues before, because QUIC does MTU discovery and increases the MTU if a higher value is available.
However it can be good to also force QUIC to use a min MTU of 1300 bytes.

@cBournhonesque cBournhonesque added the A-Transport Related to the transport layer label Aug 4, 2024
@cBournhonesque cBournhonesque merged commit 11e4e95 into main Aug 4, 2024
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Transport Related to the transport layer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant