made recent change where the TCP/IP overhead is take into account when rate limiting, optional

This commit is contained in:
Arvid Norberg
2008-11-18 11:14:44 +00:00
parent ce24a17308
commit 78abf8a340
3 changed files with 25 additions and 8 deletions

View File

@@ -3038,6 +3038,8 @@ that will be sent to the tracker. The user-agent is a good way to identify your
bool prioritize_partial_pieces;
int auto_manage_startup;
bool rate_limit_ip_overhead;
};
``user_agent`` this is the client identification to the tracker.
@@ -3319,6 +3321,9 @@ active after it was started, regardless of upload and download speed. This
is so that newly started torrents are not considered inactive until they
have a fair chance to start downloading.
If ``rate_limit_ip_overhead`` is set to true, the estimated TCP/IP overhead is
drained from the rate limiters, to avoid exceeding the limits with the total traffic
pe_settings
===========