enable anonymous_mode by default

This commit is contained in:
Arvid Norberg 2013-04-26 16:32:35 +00:00
parent fa9c454c53
commit b4161aea6e
1 changed files with 1 additions and 1 deletions

View File

@ -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)