plugai_updsrv/deps/github.com/anacrolix/torrent/request-strategy/torrent.go

7 lines
96 B
Go

package requestStrategy
type Torrent interface {
IgnorePiece(int) bool
PieceLength() int64
}