forked from premiere/premiere-libtorrent
update documentation
This commit is contained in:
parent
efd096d879
commit
2a4f056900
|
@ -502,10 +502,10 @@ namespace libtorrent
|
||||||
no_recheck_incomplete_resume,
|
no_recheck_incomplete_resume,
|
||||||
|
|
||||||
// ``anonymous_mode`` defaults to false. When set to true, the client
|
// ``anonymous_mode`` defaults to false. When set to true, the client
|
||||||
// tries to hide its identity to a certain degree. The peer-ID will no
|
// tries to hide its identity to a certain degree. The user-agent will be
|
||||||
// longer include the client's fingerprint. The user-agent will be
|
// reset to an empty string (except for private torrents). Trackers
|
||||||
// reset to an empty string. Trackers will only be used if they are
|
// will only be used if they are using a proxy server.
|
||||||
// using a proxy server. The listen sockets are closed, and incoming
|
// The listen sockets are closed, and incoming
|
||||||
// connections will only be accepted through a SOCKS5 or I2P proxy (if
|
// connections will only be accepted through a SOCKS5 or I2P proxy (if
|
||||||
// a peer proxy is set up and is run on the same machine as the
|
// a peer proxy is set up and is run on the same machine as the
|
||||||
// tracker proxy). Since no incoming connections are accepted,
|
// tracker proxy). Since no incoming connections are accepted,
|
||||||
|
|
Loading…
Reference in New Issue