6 lines
116 B
Go
6 lines
116 B
Go
|
package torrent
|
||
|
|
||
|
type TorrentStats struct {
|
||
|
ConnStats // Aggregates stats over all connections past and present.
|
||
|
}
|