We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Client should allow inspecting the number of bytes/records transferred for each connection.
The text was updated successfully, but these errors were encountered:
The number of bytes transmitted per connection is already available via https://github.com/sociomantic-tsunami/swarm/blob/v4.x.x/src/swarm/neo/client/mixins/ClientCore.d#L393-L430. This might be sufficient. (I'm not sure what the use case for this issue is.)
Example of use: https://github.com/sociomantic-tsunami/dhtproto/blob/neo/src/dhtproto/client/UsageExamples.d#L689-L698
Sorry, something went wrong.
Yes, I think that's sufficient. I've opened the issue, as I'm not sure that dlsclient currently is exposing this functionality.
I think it's built into the client, but yeah, have a check.
No branches or pull requests
Client should allow inspecting the number of bytes/records transferred for each connection.
The text was updated successfully, but these errors were encountered: