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

Remove security lowering kludge. #878

Closed
wants to merge 3 commits into from
Closed

Remove security lowering kludge. #878

wants to merge 3 commits into from

Conversation

Juiceman
Copy link
Contributor

As stated in the description of this option, if a large portion of the network disables packet padding it makes the network easier to trace. 15 years later now, if network overhead is a real concern for some users they can tweak this themselves.

As stated in the description of this option, if a large portion of the network disables packet padding it makes the network easier to trace.
15 years later now, networks If overhead is a real concern for some users they can tweak this themselves.
UdpSocketHandler.MAX_ALLOWED_MTU was set to 1280. The minimum of Node.maxPacketSize and this was used so a value over 1280 was not possible, even though the configuration option allows 576 - 1492.
@Juiceman Juiceman closed this Jan 1, 2024
@Juiceman
Copy link
Contributor Author

Juiceman commented Jan 1, 2024

will try again with a cleaner commit

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