alanmcgovern
released this
04 Aug 10:54
·
73 commits
to master
since this release
General
Improved adherence to BEP19s (Web Seeding) approach to 'rarest first but largest gap'. A bug in the previous implementation meant that under certain circumstances the piece selection would be non-sequential. Now piece selection is guaranteed to be sequential and will always attempt to select at least 2MB of data, or one full piece, per HTTP request.
What's Changed
- Fix two issues affecting webseeds by @alanmcgovern in #665
- Add validation http requests by @borigas and @alanmcgovern in #668
Full Changelog: release-v3.0.1...release-v3.0.2