Skip to content

v3.0.0-beta-0064

Pre-release
Pre-release
Compare
Choose a tag to compare
@alanmcgovern alanmcgovern released this 06 Nov 23:38
420cb93

What's Changed

  • Removed PieceRequesterSettings.IgnoreChokeState. This was an experiment used to port 'Metadata' mode and 'PieceHashes' mode to use the same piece picking logic as when actual torrent data is downloaded. This was a success and this behaviour was implemented using a custom IRequester instead, eliminating the need for this hacky behaviour.
  • Fixed a bug where 'endgame' mode wasn't enabled when fetching metadata from other peers, resulting in slower performance when fetching the torrent metadata for a magnet link.
  • Fixed a bug where outstanding requests for 'metadata' or bittorrent v2 'piece hahes' were not always cancelled when a peer disconnected.
  • Integration tests by @borigas in #567
  • Handle timeouts requesting metadata by @alanmcgovern in #568

Full Changelog: release-v3.0.0-beta-0050...release-v3.0.0-beta-0064