Skip to content

Consume large packets in while-loop #1

@JordanHolland

Description

@JordanHolland

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions