aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dir-spec.txt6
-rw-r--r--proposals/180-pluggable-transport.txt4
2 files changed, 8 insertions, 2 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index fe2ed5d..8403c52 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -915,6 +915,12 @@
limit the number of listed ports and subsume any remaining opened
streams under port "other".
+ "transport" transportname address:port [arglist] NL
+ [Any number.]
+
+ Signals that the router supports the 'transportname' pluggable
+ transport in IP address 'address' and TCP port 'port'.
+
"router-signature" NL Signature NL
[At end, exactly once.]
diff --git a/proposals/180-pluggable-transport.txt b/proposals/180-pluggable-transport.txt
index c548675..cc279c2 100644
--- a/proposals/180-pluggable-transport.txt
+++ b/proposals/180-pluggable-transport.txt
@@ -481,7 +481,7 @@ Advertising bridge methods
Bridges put the 'method' lines in their extra-info documents.
- method SP <methodname> SP <address:port> [SP arglist] NL
+ transport SP <transportname> SP <address:port> [SP arglist] NL
The address:port are as returned from an SMETHOD line (unless they are
replaced by the FORWARD: directive). The arglist is a K=V,... list as
@@ -490,7 +490,7 @@ Advertising bridge methods
If the SMETHOD line includes a DECLARE: part, the router descriptor gets
a new line:
- method-info SP <methodname> [SP arglist] NL
+ transport-info SP <transportname> [SP arglist] NL
Bridge authority behavior