2
0
mirror of synced 2025-02-24 22:58:28 +00:00
torrent/torrent_stats.go

6 lines
116 B
Go
Raw Normal View History

2016-07-05 15:52:33 +10:00
package torrent
type TorrentStats struct {
ConnStats // Aggregates stats over all connections past and present.
}