fixed typo in docs and regenerated html files

This commit is contained in:
Arvid Norberg 2008-03-01 18:26:15 +00:00
parent 9d3b60edb7
commit 1402c3b266
2 changed files with 2 additions and 2 deletions

View File

@ -2593,7 +2593,7 @@ struct session_settings
int peer_connect_timeout;
bool ignore_limits_on_local_network;
int connection_speed;
int send_redundant_have;
bool send_redundant_have;
bool lazy_bitfields;
int inactivity_timeout;
int unchoke_interval;

View File

@ -2586,7 +2586,7 @@ that will be sent to the tracker. The user-agent is a good way to identify your
int peer_connect_timeout;
bool ignore_limits_on_local_network;
int connection_speed;
int send_redundant_have;
bool send_redundant_have;
bool lazy_bitfields;
int inactivity_timeout;
int unchoke_interval;