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

Fix bug limiting MTU to 1280 #880

Closed
wants to merge 2 commits into from
Closed

Conversation

Juiceman
Copy link
Contributor

@Juiceman Juiceman commented Jan 2, 2024

In UdpSocketHandler.innerCalculateMaxPacketSize() the lesser of the configurable variable node.maxPacketSize and UdpSocketHandler.MAX_ALLOWED_MTU is used, the latter of which was hard coded to 1280.

In UdpSocketHandler.innerCalculateMaxPacketSize() the lesser of the configurable variable node.maxPacketSize and UdpSocketHandler.MAX_ALLOWED_MTU is used, the latter of which was hard coded to 1280.
@Juiceman Juiceman closed this Jan 8, 2024
@Juiceman Juiceman deleted the MTU-fix branch January 8, 2024 01:58
@Juiceman Juiceman restored the MTU-fix branch January 8, 2024 01:59
@Juiceman Juiceman deleted the MTU-fix branch January 8, 2024 02:09
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.

1 participant