-
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
feat: Implement Tox network profiler #1885
Conversation
b93009f
to
75fd324
Compare
84ab794
to
687d5b5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1885 +/- ##
==========================================
- Coverage 72.69% 72.21% -0.49%
==========================================
Files 150 151 +1
Lines 30780 31122 +342
==========================================
+ Hits 22377 22476 +99
- Misses 8403 8646 +243 ☔ View full report in Codecov by Sentry. |
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.
Reviewed 10 of 19 files at r1, 8 of 9 files at r2, all commit messages.
Reviewable status: complete! 1 of 1 approvals obtained (waiting on @JFreegman)
toxcore/tox_private.h, line 60 at r1 (raw file):
Previously, JFreegman wrote…
The reason I named it ZERO is because it has a different purpose depending on the packet type (see the above comment). Any suggestions?
Ok, that's fine then.
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.
Reviewed 1 of 19 files at r1.
Reviewable status: complete! 1 of 1 approvals obtained (waiting on @JFreegman)
Also fixed u64 formatting in the netprof auto test
TCP does not presently work for autotests, but this will allow us to test netprof with TCP packets when it's fixed
This change is