Skip to content
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

Add bandwidth tracker feature #113

Merged
merged 2 commits into from
May 6, 2024

Conversation

justhyped
Copy link
Contributor

Instead of trying to calculate bandwidth based on requests and responses, this approach wraps the underlying raw connection and tracks the total amount of bytes being read and written. This approach will therefore also take into account bytes used for tls handshakes.

Instead of trying to calculate bandwidth based on requests and responses, this approach wraps the underlying raw connection and tracks the total amount of bytes being read and written. This approach will therefore also take into account bytes used for tls handshakes.
@bogdanfinn bogdanfinn merged commit 55d32ee into bogdanfinn:master May 6, 2024
@justhyped justhyped deleted the bandwidth-tracker branch May 6, 2024 13:20
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