commit 48f6dd0d9e2088936c72392c185f35d2401bad5f Author: George Kadianakis desnacked@riseup.net Date: Sun Nov 4 16:33:35 2012 +0200
Add TRANSPORT_LAUNCHED control port event. --- control-spec.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/control-spec.txt b/control-spec.txt index 8e1cb9d..db16356 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -291,7 +291,7 @@ "AUTHDIR_NEWDESCS" / "DESCCHANGED" / "STATUS_GENERAL" / "STATUS_CLIENT" / "STATUS_SERVER" / "GUARD" / "NS" / "STREAM_BW" / "CLIENTS_SEEN" / "NEWCONSENSUS" / "BUILDTIMEOUT_SET" / "SIGNAL" / - "CONF_CHANGED" / "CIRC_MINOR" + "CONF_CHANGED" / "CIRC_MINOR" / "TRANSPORT_LAUNCHED"
Any events *not* listed in the SETEVENTS line are turned off; thus, sending SETEVENTS with an empty body turns off all event reporting. @@ -2107,6 +2107,19 @@
[First added in 0.2.3.11-alpha]
+4.1.20. Pluggable transport launched + + The syntax is: + + "650" SP "TRANSPORT_LAUNCHED" SP Type SP Name SP Address SP Port + Type = "server" | "client" + Name = The name of the pluggable transport + Address = The IP address on which it 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 + successfully and is now listening for connections on 'Address':'Port'. + 5. Implementation notes
5.1. Authentication
tor-commits@lists.torproject.org