FedP2P/torrent_stats.go

6 lines
116 B
Go
Raw Normal View History

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