Opened 5 years ago
Last modified 5 years ago
#6126 new Bug
reduce TR_MULTISCRAPE_MAX
Reported by: | reardon | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Transmission | Version: | 2.92 |
Severity: | Normal | Keywords: | |
Cc: |
Description
currently, TR_MULTISCRAPE_MAX = 64
this leads to scrape url's that are too long (~4KB) for many trackers, at least among the private trackers I surveyed. ie, trackers will return HTTP 414 when url is too long. Every tracker I tested was able to deal with 1036byte url, so recommend reducing this to TR_MULTISCRAPE_MAX = 15
(based on average hash length of 50bytes)
Change History (2)
comment:1 Changed 5 years ago by cfpp2p
comment:2 Changed 5 years ago by cfpp2p
@reardon thanks for the testing! I was able to patch so there's a setting I can use to change the value when those pesky HTTP 414 occur.
Note: See
TracTickets for help on using
tickets.
This might have been a problem here too ticket:5300#comment:5
reference:
http://www.bittorrent.org/beps/bep_0015.html#udp-tracker-protocol