You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: