forked from premiere/premiere-libtorrent
enable anonymous_mode by default
This commit is contained in:
parent
fa9c454c53
commit
b4161aea6e
|
@ -1287,7 +1287,7 @@ namespace libtorrent
|
|||
, max_pex_peers(50)
|
||||
, ignore_resume_timestamps(false)
|
||||
, no_recheck_incomplete_resume(false)
|
||||
, anonymous_mode(false)
|
||||
, anonymous_mode(true)
|
||||
, force_proxy(false)
|
||||
, tick_interval(100)
|
||||
, report_web_seed_downloads(true)
|
||||
|
|
Loading…
Reference in New Issue