We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d42c07 commit 4782035Copy full SHA for 4782035
downloader/downloader.proto
@@ -31,4 +31,7 @@ message StatsReply {
31
int32 torrents = 4;
32
uint64 bytesCompleted = 5;
33
uint64 bytesTotal = 6;
34
+ uint64 bytesUploadPerSec = 7;
35
+ uint64 bytesDownloadPerSec = 8;
36
+ uint64 connections = 9;
37
}
0 commit comments