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

Consume large packets in while-loop #1

Open
JordanHolland opened this issue Jun 2, 2021 · 0 comments
Open

Consume large packets in while-loop #1

JordanHolland opened this issue Jun 2, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JordanHolland
Copy link
Collaborator

JordanHolland commented Jun 2, 2021

Currently, we use a static buffer to read in packet payload data. There is the chance that a jumbo packet exceeds the limit of our buffer, in which we need to consume and copy the data into a larger buffer for copying / writing.

Existing payload buffer is 16KB, so this shouldn't cause any issues outside of the rarest edge cases.

@JordanHolland JordanHolland added the enhancement New feature or request label Jun 2, 2021
@JordanHolland JordanHolland self-assigned this Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant