a41f938cec
As we have seen, dependencies version can prevent the build. We should user lock versions on dependencies that we know work: * Packages are vendored * Add Godep support * Added addtional install step in readme * Fix travis build error
10 lignes
193 o
Go
10 lignes
193 o
Go
package torrent
|
|
|
|
type TorrentStats struct {
|
|
ConnStats // Aggregates stats over all connections past and present.
|
|
|
|
ActivePeers int
|
|
HalfOpenPeers int
|
|
PendingPeers int
|
|
TotalPeers int
|
|
}
|