network: exclude TX traffic from conn performance monitoring#6519
Merged
algorandskiy merged 6 commits intoalgorand:masterfrom Jan 7, 2026
Merged
network: exclude TX traffic from conn performance monitoring#6519algorandskiy merged 6 commits intoalgorand:masterfrom
algorandskiy merged 6 commits intoalgorand:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6519 +/- ##
==========================================
- Coverage 47.85% 47.69% -0.17%
==========================================
Files 662 655 -7
Lines 87940 87855 -85
==========================================
- Hits 42088 41903 -185
- Misses 43082 43177 +95
- Partials 2770 2775 +5 ☔ View full report in Codecov by Sentry. |
gmalouf
previously approved these changes
Jan 5, 2026
03cf132 to
df4e274
Compare
jannotti
reviewed
Jan 7, 2026
jannotti
previously approved these changes
Jan 7, 2026
Co-authored-by: John Jannotti <jannotti@gmail.com>
jannotti
approved these changes
Jan 7, 2026
gmalouf
approved these changes
Jan 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implemented a simulator for connPerfMonitor adjustments. It showed (below) that nodes produced more traffic are penalized less. This could be an issue for sophisticated relay runners who somehow dynamically adjust connectivity based on traffic quality in case of unique spam of transactions.
To workaround, excluded TX messages from
connPerfMonitortracking.Test Plan
This is a new test.