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

Changed Akka.IO configured buffer-size to 512B #3176

Merged
merged 1 commit into from
Oct 25, 2017

Conversation

Horusiath
Copy link
Contributor

Increased direct-buffer-pool.buffer-size from 256B to 512B, for both UDP and TCP. Additionally removed redundant config sections. Related issue #3116 - reason is that 256 is often too small, and (specifically in case of UDP) it establishes an upper size limit of a payload. UDP-based protocols like TFTP and DNS have maximum frame size of 512B, so I think we should stick to it. DHCP has 548B, but this could slice up page caches in weird ways.

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

Successfully merging this pull request may close these issues.

None yet

2 participants