optimized header dependencies to lower build time

This commit is contained in:
Arvid Norberg
2009-11-23 08:38:50 +00:00
parent 562e2512b9
commit 6343fe6a6d
80 changed files with 783 additions and 290 deletions

View File

@@ -3560,7 +3560,7 @@ session_settings
int inactivity_timeout;
int unchoke_interval;
int optimistic_unchoke_interval;
address announce_ip;
std::string announce_ip;
int num_want;
int initial_picker_threshold;
int allowed_fast_set_size;
@@ -3767,7 +3767,7 @@ each *optimistic* unchoke. On this timer, the currently optimistically
unchoked peer will change.
``announce_ip`` is the ip address passed along to trackers as the ``&ip=`` parameter.
If left as the default (default constructed), that parameter is ommited.
If left as the default (an empty string), that parameter is omitted.
``num_want`` is the number of peers we want from each tracker request. It defines
what is sent as the ``&num_want=`` parameter to the tracker.