コード例 #1
0
ファイル: torrent.go プロジェクト: CaptainIlu/cloud-torrent
func (t *Torrent) unpendPieceRange(begin, end int) {
	var bm bitmap.Bitmap
	bm.AddRange(begin, end)
	t.unpendPieces(&bm)
}