forked from premiere/premiere-libtorrent
fixed typo in docs and regenerated html files
This commit is contained in:
parent
9d3b60edb7
commit
1402c3b266
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue