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

Make packet pool size configurable #1004

Open
Jake-Shadle opened this issue Aug 20, 2024 · 1 comment
Open

Make packet pool size configurable #1004

Jake-Shadle opened this issue Aug 20, 2024 · 1 comment
Labels
kind/feature New feature or request

Comments

@Jake-Shadle
Copy link
Collaborator

Right now we allocate 64k for every UDP packet received, which is an impossible scenario in any realistic network scenario. We should default to 1500 (ethernet MTU) but allow it to be configured at startup as there are scenarios where a UDP packet can be up to ~9000 bytes.

@Jake-Shadle Jake-Shadle added the kind/feature New feature or request label Aug 20, 2024
@XAMPPRocky
Copy link
Collaborator

SGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants