fixed typo in docs and regenerated html files
This commit is contained in:
@@ -2593,7 +2593,7 @@ struct session_settings
|
|||||||
int peer_connect_timeout;
|
int peer_connect_timeout;
|
||||||
bool ignore_limits_on_local_network;
|
bool ignore_limits_on_local_network;
|
||||||
int connection_speed;
|
int connection_speed;
|
||||||
int send_redundant_have;
|
bool send_redundant_have;
|
||||||
bool lazy_bitfields;
|
bool lazy_bitfields;
|
||||||
int inactivity_timeout;
|
int inactivity_timeout;
|
||||||
int unchoke_interval;
|
int unchoke_interval;
|
||||||
|
@@ -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;
|
int peer_connect_timeout;
|
||||||
bool ignore_limits_on_local_network;
|
bool ignore_limits_on_local_network;
|
||||||
int connection_speed;
|
int connection_speed;
|
||||||
int send_redundant_have;
|
bool send_redundant_have;
|
||||||
bool lazy_bitfields;
|
bool lazy_bitfields;
|
||||||
int inactivity_timeout;
|
int inactivity_timeout;
|
||||||
int unchoke_interval;
|
int unchoke_interval;
|
||||||
|
Reference in New Issue
Block a user