mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
parent
ab3d5c0490
commit
0124b10d28
3
changes/bug8561
Normal file
3
changes/bug8561
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Major features:
|
||||||
|
- The ntor handshake is now on-by-default, no matter what the
|
||||||
|
directory authorities recommend. Implements ticket 8561.
|
@ -1253,9 +1253,9 @@ The following options are useful only for clients (that is, if
|
|||||||
it too early might make your client stand out. If this option is 0, your
|
it too early might make your client stand out. If this option is 0, your
|
||||||
Tor client won't use the ntor handshake. If it's 1, your Tor client
|
Tor client won't use the ntor handshake. If it's 1, your Tor client
|
||||||
will use the ntor handshake to extend circuits through servers that
|
will use the ntor handshake to extend circuits through servers that
|
||||||
support it. If this option is "auto" (recommended), then your client
|
support it. If this option is "auto", then your client
|
||||||
will use the ntor handshake once enough directory authorities recommend
|
will use the ntor handshake once enough directory authorities recommend
|
||||||
it. (Default: auto)
|
it. (Default: 1)
|
||||||
|
|
||||||
**PathBiasCircThreshold** __NUM__ +
|
**PathBiasCircThreshold** __NUM__ +
|
||||||
|
|
||||||
|
@ -404,7 +404,7 @@ static config_var_t option_vars_[] = {
|
|||||||
V(UseEntryGuards, BOOL, "1"),
|
V(UseEntryGuards, BOOL, "1"),
|
||||||
V(UseEntryGuardsAsDirGuards, BOOL, "1"),
|
V(UseEntryGuardsAsDirGuards, BOOL, "1"),
|
||||||
V(UseMicrodescriptors, AUTOBOOL, "auto"),
|
V(UseMicrodescriptors, AUTOBOOL, "auto"),
|
||||||
V(UseNTorHandshake, AUTOBOOL, "auto"),
|
V(UseNTorHandshake, AUTOBOOL, "1"),
|
||||||
V(User, STRING, NULL),
|
V(User, STRING, NULL),
|
||||||
V(UserspaceIOCPBuffers, BOOL, "0"),
|
V(UserspaceIOCPBuffers, BOOL, "0"),
|
||||||
VAR("V1AuthoritativeDirectory",BOOL, V1AuthoritativeDir, "0"),
|
VAR("V1AuthoritativeDirectory",BOOL, V1AuthoritativeDir, "0"),
|
||||||
|
Loading…
Reference in New Issue
Block a user