2
0
mirror of synced 2025-02-24 06:38:14 +00:00
torrent/torrent_stats.go
2016-07-05 15:52:33 +10:00

6 lines
116 B
Go

package torrent
type TorrentStats struct {
ConnStats // Aggregates stats over all connections past and present.
}