Files
cloudpods/vendor/github.com/anacrolix/torrent/TODO
Qiu Jian 2e587bd6ab glance重构 update 1
Conflicts:
	Gopkg.lock
	pkg/appsrv/appsrv.go
	pkg/cloudcommon/options.go
	pkg/compute/models/hosts.go
	pkg/compute/models/quotas.go
	pkg/compute/service/service.go
	pkg/mcclient/mcclient.go
2018-12-26 22:52:13 +08:00

6 lines
525 B
Plaintext

* Make use of sparse file regions in download data for faster hashing. This is available as whence 3 and 4 on some OSs?
* When we're choked and interested, are we not interested if there's no longer anything that we want?
* dht: Randomize triedAddrs bloom filter to allow different Addr sets on each Announce.
* data/blob: Deleting incomplete data triggers io.ErrUnexpectedEOF that isn't recovered from.
* Handle wanted pieces more efficiently, it's slow in in fillRequests, since the prioritization system was changed.