[tor-commits] [torspec/master] Small clarification on the TRANSPORT_LAUNCHED control event.

nickm at torproject.org nickm at torproject.org
Mon Aug 26 13:40:10 UTC 2013


commit c33d300eba2f91e2b9d1e8d9da3d529de0f299b1
Author: George Kadianakis <desnacked at riseup.net>
Date:   Mon Aug 26 16:35:09 2013 +0300

    Small clarification on the TRANSPORT_LAUNCHED control event.
    
    Spec confusion pointed out by atagar in #9588.
---
 control-spec.txt |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/control-spec.txt b/control-spec.txt
index 6911d71..06b97d0 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -2248,10 +2248,11 @@
 
   The syntax is:
 
-    "650" SP "TRANSPORT_LAUNCHED" SP Type SP Name SP Address SP Port
+    "650" SP "TRANSPORT_LAUNCHED" SP Type SP Name SP TransportAddress SP Port
     Type = "server" | "client"
     Name = The name of the pluggable transport
-    Address = The IP address on which it is listening for connections
+    TransportAddress = An IPv4 or IPv6 address on which the pluggable
+                       transport is listening for connections
     Port = The TCP port on which it is listening for connections.
 
     A pluggable transport called 'Name' of type 'Type' was launched



More information about the tor-commits mailing list