Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
b49e561f
Commit
b49e561f
authored
Jul 11, 2011
by
Nick Mathewson
👁
Browse files
Turn on microdescriptors for clients
parent
b55e31ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/microdescs_on
0 → 100644
View file @
b49e561f
o Major features:
- The microdescriptor system is now on by default for clients. This
allows clients to use Tor while downloading a much smaller amount
of directory information. To disable it, set "UseMicrodescriptors 0"
in your torrc file.
src/or/config.c
View file @
b49e561f
...
...
@@ -390,7 +390,7 @@ static config_var_t _option_vars[] = {
V
(
UpdateBridgesFromAuthority
,
BOOL
,
"0"
),
V
(
UseBridges
,
BOOL
,
"0"
),
V
(
UseEntryGuards
,
BOOL
,
"1"
),
V
(
UseMicrodescriptors
,
AUTOBOOL
,
"
0
"
),
V
(
UseMicrodescriptors
,
AUTOBOOL
,
"
auto
"
),
V
(
User
,
STRING
,
NULL
),
VAR
(
"V1AuthoritativeDirectory"
,
BOOL
,
V1AuthoritativeDir
,
"0"
),
VAR
(
"V2AuthoritativeDirectory"
,
BOOL
,
V2AuthoritativeDir
,
"0"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment