Skip to content

Torrust Tracker v2.2.0

Choose a tag to compare

@mickvandijke mickvandijke released this 17 Mar 23:29
· 1293 commits to main since this release
851ad77

Version 2.2.0

New Features:

  • Added support for multiple UDP and HTTP blocks: f596f22
  • Added tracker stats tracking: f6eb853
  • Partially implemented persistent torrents saving/loading: ab60545

Changes:

  • Some performance optimizations.
  • Udp and http server now gracefully shutdown: f46df38
  • Added max peer timeout config option: ca2d118
  • Changed udp max packet size from 65535 to 1496: f9eaa10

Fixes:

  • Fixed errors during parsing of the peer_id from announce_requests.
  • Fixed http announce request error when optional fields were left out: 9637661
  • Fixed errors not displaying in bencoded format: f2125f2
  • Fixed error after udp announcing with no other peers then the client: b0417a3
  • Fixed returning ipv6 peers to ipv6 clients: b34f564
  • Fixed http reverse proxy client ip determination: 2e25d53