2
0
mirror of synced 2025-02-23 14:18:13 +00:00
2023-04-29 14:54:49 +10:00

7 lines
96 B
Go

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