aboutsummaryrefslogtreecommitdiff
path: root/spec/control-spec/implementation-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/control-spec/implementation-notes.md')
-rw-r--r--spec/control-spec/implementation-notes.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/spec/control-spec/implementation-notes.md b/spec/control-spec/implementation-notes.md
index 37ce9d6..ebbf113 100644
--- a/spec/control-spec/implementation-notes.md
+++ b/spec/control-spec/implementation-notes.md
@@ -64,7 +64,7 @@ or encoded in hexadecimal.
<a id="control-spec.txt-5.2"></a>
-## Don't let the buffer get too big
+## Don't let the buffer get too big { #buffer-size }
With old versions of Tor (before 0.2.0.16-alpha), if you ask for
lots of events, and 16MB of them queue up on the buffer, the Tor
@@ -76,7 +76,7 @@ of memory, so you should still be careful about buffer size.
<a id="control-spec.txt-5.3"></a>
-## Backward compatibility with v0 control protocol
+## Backward compatibility with v0 control protocol { #v0-compat }
The 'version 0' control protocol was replaced in Tor 0.1.1.x. Support
was removed in Tor 0.2.0.x. Every non-obsolete version of Tor now
@@ -90,7 +90,7 @@ This compatibility was removed in Tor 0.1.2.16 and 0.2.0.4-alpha.
<a id="control-spec.txt-5.4"></a>
-## Tor config options for use by controllers
+## Tor config options for use by controllers { #special-config-options }
Tor provides a few special configuration options for use by controllers.
These options are not saved to disk by SAVECONF. Most can be set and
@@ -188,7 +188,7 @@ to fill this gap, Tor will not correctly handle user requests.
<a id="control-spec.txt-5.5"></a>
-## Phases from the Bootstrap status event
+## Phases from the Bootstrap status event { #bootstrap-phases }
```text
[For the bootstrap phases reported by Tor prior to 0.4.0.x, see
@@ -209,7 +209,7 @@ fails.
<a id="control-spec.txt-5.5.1"></a>
-### Overview of Bootstrap reporting
+### Overview of Bootstrap reporting { #bootstrap-overview }
Bootstrap phases can be viewed as belonging to one of three stages:
@@ -244,7 +244,7 @@ connections to relays or bridges that it did not connect to in Stage
<a id="control-spec.txt-5.5.2"></a>
-### Phases in Bootstrap Stage 1
+### Phases in Bootstrap Stage 1 { #bootstrap-stage1 }
Phase 0:
tag=starting summary="Starting"
@@ -321,7 +321,7 @@ established.
<a id="control-spec.txt-5.5.3"></a>
-### Phases in Bootstrap Stage 2
+### Phases in Bootstrap Stage 2 { #bootstrap-stage2 }
```text
Phase 20:
@@ -408,7 +408,7 @@ indicate partial steps.
<a id="control-spec.txt-5.5.4"></a>
-### Phases in Bootstrap Stage 3
+### Phases in Bootstrap Stage 3 { #bootstrap-stage3 }
```text
Phase 76:
@@ -521,7 +521,7 @@ application connections now.
<a id="control-spec.txt-5.6"></a>
-## Bootstrap phases reported by older versions of Tor
+## Bootstrap phases reported by older versions of Tor { #bootstrap-obsolete }
These phases were reported by Tor older than 0.4.0.x. For newer
versions of Tor, see Section 5.5.