-
Notifications
You must be signed in to change notification settings - Fork 127
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
chore: Cleanups for write_appdata_frames
#1440
Conversation
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.
Pinging @jesup
Please also consider putting datagrams below Normal priority streams.
so... should I do that, or should I not? Mixing datagrams and normal streams will not be the norm, I suspect. If we want ultimate flexibility, we could allow for setting the priority of datagrams via a sendOrder value, or a before-vs-after-normal setting. But I don't think we need that. |
I decided to move datagrams below normal, since they're inherently unreliable |
Hmmmpf, that default grease thing snuck in here. No idea how... Still not happy with git |
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.
If you are able, a test is what this change requires.
@jesup this patch seems to have conflicts. Could you rebase again? |
Pinging @jesup. (I realize that we've left a few items open for probably too long and I'm checking in again.) |
@jesup what is needed to land this? |
write_appdata_frames
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1440 +/- ##
==========================================
- Coverage 93.13% 93.12% -0.01%
==========================================
Files 117 117
Lines 36353 36345 -8
==========================================
- Hits 33857 33848 -9
- Misses 2496 2497 +1 ☔ View full report in Codecov by Sentry. |
Benchmark resultsPerformance differences relative to 34d9603.
Client/server transfer resultsTransfer of 134217728 bytes over loopback.
|
Actually, I think I misunderstood something, because we didn't merge #1447. But I still don't understand what the change in this PR compared to main actually is? |
Resolves #1439
We could drop it below Normal as well