added documentation for seeding_piece_quota. #439

This commit is contained in:
Arvid Norberg 2008-12-13 04:36:41 +00:00
parent f992053171
commit 8c39f679e7
1 changed files with 8 additions and 0 deletions

View File

@ -3148,6 +3148,8 @@ that will be sent to the tracker. The user-agent is a good way to identify your
bool announce_to_all_trackers;
bool prefer_udp_trackers;
bool strict_super_seeding;
int seeding_piece_quota;
};
``user_agent`` this is the client identification to the tracker.
@ -3450,6 +3452,12 @@ over another.
have been forwarded to a third peer before another one is handed out.
This is the traditional definition of super seeding.
``seeding_piece_quota`` is the number of pieces to send to a peer,
when seeding, before rotating in another peer to the unchoke set.
It defaults to 3 pieces, which means that when seeding, any peer we've
sent more than this number of pieces to will be unchoked in favour of
a choked peer.
pe_settings
===========