]> Sergey Matveev's repositories - btrtrc.git/blobdiff - torrent_stats.go
Merge a bunch of stuff into ConnStats and refactor connection.upload
[btrtrc.git] / torrent_stats.go
index f155a0d83ea369e2fa6539b9fe157ace55b18039..edc4ac8ee7281310470249727e195afb9298be69 100644 (file)
@@ -1,7 +1,9 @@
 package torrent
 
 type TorrentStats struct {
-       ConnStats // Aggregates stats over all connections past and present.
+       // Aggregates stats over all connections past and present. Some values may
+       // not have much meaning in the aggregate context.
+       ConnStats
 
        // Ordered by expected descending quantities (if all is well).
        TotalPeers       int