-
Notifications
You must be signed in to change notification settings - Fork 292
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
fix: group custom packet size limits #2355
Conversation
d681094
to
3b62e99
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JFreegman if you feel like it you could add a link to the reasoning for the 500 byte packet size limit. Anyway the PR looks good to me now.
9848eca
to
98fa2a3
Compare
f892b73
to
0a6512c
Compare
Lossy custom packets cannot be split, therefore they need to be limited to the maximum safe UDP packet size.
0a6512c
to
b8aa21c
Compare
Codecov Report
@@ Coverage Diff @@
## master #2355 +/- ##
==========================================
- Coverage 78.17% 78.13% -0.05%
==========================================
Files 141 141
Lines 31097 31108 +11
==========================================
- Hits 24311 24306 -5
- Misses 6786 6802 +16
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Lossy custom packets cannot be split, therefore they need to be limited to the maximum safe UDP packet size.
This change is![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)