aboutsummaryrefslogtreecommitdiff
path: root/spec/pt-spec/ipc.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/pt-spec/ipc.md')
-rw-r--r--spec/pt-spec/ipc.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/spec/pt-spec/ipc.md b/spec/pt-spec/ipc.md
index 8c5d001..d419fba 100644
--- a/spec/pt-spec/ipc.md
+++ b/spec/pt-spec/ipc.md
@@ -1,6 +1,6 @@
<a id="pt-spec.txt-3.3"></a>
-## Pluggable Transport To Parent Process Communication
+# Pluggable Transport To Parent Process Communication
All Pluggable Transport Proxies communicate to the parent process
via writing NL-terminated lines to stdout. The line metaformat is:
@@ -21,7 +21,7 @@ unknown keywords.
<a id="pt-spec.txt-3.3.1"></a>
-### Common Messages
+## Common Messages
When a PT proxy first starts up, it must determine which version
of the Pluggable Transports Specification to use to configure
@@ -96,7 +96,7 @@ ENV-ERROR No TOR_PT_AUTH_COOKIE_FILE when TOR_PT_EXTENDED_SERVER_PORT set
<a id="pt-spec.txt-3.3.2"></a>
-### Pluggable Transport Client Messages {#client-messages}
+## Pluggable Transport Client Messages {#client-messages}
After negotiating the Pluggable Transport Specification version,
PT client proxies MUST first validate "TOR_PT_PROXY" (3.2.2) if
@@ -178,7 +178,7 @@ Notes:
<a id="pt-spec.txt-3.3.3"></a>
-### Pluggable Transport Server Messages {#server-messages}
+## Pluggable Transport Server Messages {#server-messages}
PT server reverse proxies iterate over the requested transports
in "TOR_PT_CLIENT_TRANSPORTS" and initialize the listeners.
@@ -245,7 +245,7 @@ initialization is complete.
<a id="pt-spec.txt-3.3.4"></a>
-### Pluggable Transport Log Message {#log-messages}
+## Pluggable Transport Log Message {#log-messages}
This message is for a client or server PT to be able to signal back to the
parent process via stdout or stderr any log messages.
@@ -276,7 +276,7 @@ Example:
<a id="pt-spec.txt-3.3.5"></a>
-### Pluggable Transport Status Message {#status-messages}
+## Pluggable Transport Status Message {#status-messages}
This message is for a client or server PT to be able to signal back to the
parent process via stdout or stderr any status messages.