aboutsummaryrefslogtreecommitdiff
path: root/param-spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'param-spec.txt')
-rw-r--r--param-spec.txt33
1 files changed, 17 insertions, 16 deletions
diff --git a/param-spec.txt b/param-spec.txt
index 9c9dc44..77eee34 100644
--- a/param-spec.txt
+++ b/param-spec.txt
@@ -10,16 +10,9 @@ line of a directory consensus.
established with. It started out at 1000 cells, but some research
indicates that a lower value would mean fewer cells in transit in the
network at any given time.
- Min: 100, Max: 1000
+ Min: 100, Max: 1000, Default: 1000
First-appeared: Tor 0.2.1.20
- "refuseunknownexits" -- if set to one, exit relays look at the previous
- hop of circuits that ask to open an exit stream, and refuse to exit if
- they don't recognize it as a relay. The goal is to make it harder for
- people to use them as one-hop proxies. See trac entry 1751 for details.
- Min: 0, Max: 1
- First-appeared: 0.2.2.17-alpha
-
"UseOptimisticData" -- If set to zero, clients by default shouldn't try
to send optimistic data to servers until they have received a
RELAY_CONNECTED cell.
@@ -42,11 +35,6 @@ line of a directory consensus.
Min: 25, Max: 95, Default: 60
First-appeared: 0.2.4
- "AllowNonearlyExtend" -- If true, permit EXTEND cells that are not inside
- RELAY_EARLY cells.
- Min: 0. Max: 1. Default: 0.
- First-appeared: 0.2.3.11-alpha
-
"ExtendByEd25519ID" -- If true, clients should include Ed25519
identities for relays when generating EXTEND2 cells.
Min: 0. Max: 1. Default: 0.
@@ -60,7 +48,7 @@ line of a directory consensus.
0.2.2.10-alpha and later. (Versions of Tor between 0.2.2.7-alpha and
0.2.2.10-alpha recognized a "CircPriorityHalflifeMsec" parameter, but
mishandled it badly.)
- Min: -1, Max: 2147483647 (INT32_MAX)
+ Min: 1, Max: 2147483647 (INT32_MAX), Default: 30000.
First-appeared: Tor 0.2.2.11-alpha
"perconnbwrate" and "perconnbwburst" -- if set, each relay sets up a
@@ -71,7 +59,8 @@ line of a directory consensus.
0.2.2.7-alpha through 0.2.2.14-alpha looked for bwconnrate and
bwconnburst, but then did the wrong thing with them; see bug 1830 for
details.)
- Min: 1, Max: 2147483647 (INT32_MAX)
+ Min: 1, Max: 2147483647 (INT32_MAX), Default: (user setting of
+ BandwidthRate/BandwidthBurst).
First-appeared: 0.2.2.7-alpha
Removed-in: 0.2.2.16-alpha
@@ -82,7 +71,7 @@ line of a directory consensus.
"circ_max_cell_queue_size" -- This parameter determines the maximum
number of cells allowed per circuit queue.
- Min 1000. Max 4294967295. Default 50000.
+ Min: 1000. Max: 2147483647 (INT32_MAX). Default: 50000.
First-appeared: 0.3.3.6-rc.
"sendme_emit_min_version" -- Minimum SENDME version that can be sent.
@@ -156,6 +145,13 @@ line of a directory consensus.
7. Relay behavior
+ "refuseunknownexits" -- if set to one, exit relays look at the previous
+ hop of circuits that ask to open an exit stream, and refuse to exit if
+ they don't recognize it as a relay. The goal is to make it harder for
+ people to use them as one-hop proxies. See trac entry 1751 for details.
+ Min: 0, Max: 1
+ First-appeared: 0.2.2.17-alpha
+
"onion-key-rotation-days" -- (min 1, max 90, default 28)
"onion-key-grace-period-days" -- (min 1, max
@@ -168,6 +164,11 @@ line of a directory consensus.
days after it is replaced. (Introduced in 0.3.1.1-alpha;
prior versions of tor hardcoded both of these values to 7 days.)
+ "AllowNonearlyExtend" -- If true, permit EXTEND cells that are not inside
+ RELAY_EARLY cells.
+ Min: 0. Max: 1. Default: 0.
+ First-appeared: 0.2.3.11-alpha
+
8. V3 onion service parameters
"hs_intro_min_introduce2", "hs_intro_max_introduce2" --