[or-cvs] revise the spec to remove the "Ports" line of the descripto...

arma at seul.org arma at seul.org
Thu Dec 15 22:00:09 UTC 2005


Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc

Modified Files:
	tor-spec.txt 
Log Message:
revise the spec to remove the "Ports" line of the descriptor, to indicate
that putting ports on the "router" line is no longer deprecated, and
to say that SocksPort is deprecated and should always be 0.


Index: tor-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor-spec.txt,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -p -d -r1.103 -r1.104
--- tor-spec.txt	8 Dec 2005 17:36:05 -0000	1.103
+++ tor-spec.txt	15 Dec 2005 22:00:07 -0000	1.104
@@ -713,21 +713,16 @@ Other than "router" and "router-signatur
 order.
 
 The items' formats are as follows:
-   "router" nickname address (ORPort SocksPort DirPort)?
-
-      Indicates the beginning of a router descriptor.  "address" must be an
-      IPv4 address in dotted-quad format.  The Port values will soon be
-      deprecated; using them here is equivalent to using them in a "ports"
-      item.
-
-   "ports" ORPort SocksPort DirPort
+   "router" nickname address ORPort SocksPort DirPort
 
-      Indicates the TCP ports at which this OR exposes functionality.
-      ORPort is a port at which this OR accepts TLS connections for the main
-      OR protocol;  SocksPort is the port at which this OR accepts SOCKS
-      connections; and DirPort is the port at which this OR accepts
-      directory-related HTTP connections.  If any port is not supported, the
-      value 0 is given instead of a port number.
+      Indicates the beginning of a router descriptor.  "address"
+      must be an IPv4 address in dotted-quad format. The last
+      three numbers indicate the TCP ports at which this OR exposes
+      functionality. ORPort is a port at which this OR accepts TLS
+      connections for the main OR protocol; SocksPort is deprecated and
+      should always be 0; and DirPort is the port at which this OR accepts
+      directory-related HTTP connections.  If any port is not supported,
+      the value 0 is given instead of a port number.
 
    "bandwidth" bandwidth-avg bandwidth-burst bandwidth-observed
 



More information about the tor-commits mailing list