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

[relay] Set InitialPacketSize to the maximum allowable value #3188

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

pappz
Copy link
Contributor

@pappz pappz commented Jan 15, 2025

Fixes an issue on macOS where the server throws errors with default settings:
failed to write transport message to: DATAGRAM frame too large.

Further investigation is required to optimize MTU-related values.

Describe your changes

Issue ticket number and link

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

Fixes an issue on macOS where the server throws errors with default settings:
failed to write transport message to: DATAGRAM frame too large.

Further investigation is required to optimize MTU-related values.
@mlsmaycon mlsmaycon changed the title Set InitialPacketSize to the maximum allowable value [relay] Set InitialPacketSize to the maximum allowable value Jan 16, 2025
@mlsmaycon mlsmaycon merged commit 481bbe8 into main Jan 16, 2025
43 checks passed
@mlsmaycon mlsmaycon deleted the relay/quic-packet-size branch January 16, 2025 15:19
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

Successfully merging this pull request may close these issues.

2 participants