torrent/torrent_stats.go

6 lines
116 B
Go

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