2
0
mirror of synced 2025-02-24 06:38:14 +00:00
2022-05-09 12:05:50 +10:00

7 lines
97 B
Go

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