Skip to content

Commit 4782035

Browse files
torrent_peers_stat (#99) (#100)
Co-authored-by: Alex Sharov <[email protected]>
1 parent 8d42c07 commit 4782035

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

downloader/downloader.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ message StatsReply {
3131
int32 torrents = 4;
3232
uint64 bytesCompleted = 5;
3333
uint64 bytesTotal = 6;
34+
uint64 bytesUploadPerSec = 7;
35+
uint64 bytesDownloadPerSec = 8;
36+
uint64 connections = 9;
3437
}

0 commit comments

Comments
 (0)