#3156 closed Enhancement (fixed)
Smarter handling of missing "complete" and/or "incomplete" fields in tracker announce responses
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.93 |
Component: | libtransmission | Version: | 1.92 |
Severity: | Normal | Keywords: | |
Cc: |
Description
Some trackers omit either or both of these required fields if their value is 0.
When this happens, Transmission currently treats the missing field as "unknown". If it were to interpret it as 0 instead, then it would be able to use that information to set the "allAreSeeds" flag for peer-mgr s.t. we don't bother trying to connect to a swarm of seeds if we're a seed too.
Change History (3)
comment:1 Changed 11 years ago by charles
comment:2 Changed 11 years ago by charles
- Resolution set to fixed
- Status changed from new to closed
Fixed in trunk for 2.00 in r10500
comment:3 Changed 11 years ago by charles
- Keywords backport-1.9x removed
- Milestone changed from 2.00 to 1.93
Note: See
TracTickets for help on using
tickets.
Fix committed to 1.9x in r10499