Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@domcyrus
Copy link
Owner

Changed bandwidth sorting to use the sum of upload and download speeds instead of separate sorting for each direction. This provides a simpler way to identify connections with the highest total bandwidth usage.

  • Replace BandwidthDown/BandwidthUp with single BandwidthTotal enum
  • Update sort logic to calculate combined rates
  • Simplify UI to show "Down/Up ↓/↑" indicator
  • Update documentation and tests

Changed bandwidth sorting to use the sum of upload and download speeds
instead of separate sorting for each direction. This provides a simpler
way to identify connections with the highest total bandwidth usage.

- Replace BandwidthDown/BandwidthUp with single BandwidthTotal enum
- Update sort logic to calculate combined rates
- Simplify UI to show "Down/Up ↓/↑" indicator
- Update documentation and tests
@domcyrus domcyrus merged commit a0e1e6d into main Oct 25, 2025
4 checks passed
@domcyrus domcyrus deleted the feature/combined-bandwidth-sorting branch October 25, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants