2
0
mirror of synced 2025-02-24 14:48:27 +00:00
torrent/torrent_stats.go
2017-04-22 23:29:10 -04:00

11 lines
193 B
Go

package torrent
type TorrentStats struct {
ConnStats // Aggregates stats over all connections past and present.
ActivePeers int
HalfOpenPeers int
PendingPeers int
TotalPeers int
}