make torrent priority stricly prefer unchoking peers on high priority torrents

This commit is contained in:
Arvid Norberg
2011-04-30 20:33:35 +00:00
parent e07e8b2f98
commit eaea22be71
3 changed files with 15 additions and 15 deletions

View File

@@ -2934,8 +2934,9 @@ consume, even if there's is more quota. Other peers will still be weighed in whe
bandwidth is being distributed. With other words, bandwidth is not distributed strictly
in order of priority, but the priority is used as a weight.
Torrents with higher priority are also more likely to have its peers unchoked, to
distribute more upload capacity to them.
Peers whose Torrent has a higher priority will take precedence when distributing unchoke slots.
This is a strict prioritization where every interested peer on a high priority torrent will
be unchoked before any other, lower priority, torrents have any peers unchoked.
use_interface()
---------------