[or-cvs] remove op_port from the spec also

Roger Dingledine arma at seul.org
Wed Aug 27 22:45:12 UTC 2003


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

Modified Files:
	tor-spec.txt 
Log Message:
remove op_port from the spec also


Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/tor-spec.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- tor-spec.txt	25 Aug 2003 18:50:29 -0000	1.26
+++ tor-spec.txt	27 Aug 2003 22:45:10 -0000	1.27
@@ -19,7 +19,6 @@
    K  -- a key for a symmetric cypher
 
    a|b -- concatenation of 'a' with 'b'.
-   a[i:j] -- Bytes 'i' through 'j'-1 (inclusive) of the string a.
 
    All numeric values are encoded in network (big-endian) order.
 
@@ -568,22 +567,20 @@
 (Unless otherwise noted, tokens on the same line are space-separated.)
 
 Router ::= Router-Line  Public-Key  Signing-Key?  Exit-Policy NL
-Router-Line ::= "router" address ORPort OPPort APPort DirPort bandwidth
-                NL
+Router-Line ::= "router" address ORPort APPort DirPort bandwidth NL
 Public-key ::= a public key in PEM format   NL
 Signing-Key ::= "signing-key"  NL  signing key in PEM format   NL
 Exit-Policy ::= Exit-Line*
 Exit-Line ::= ("accept"|"reject")  string  NL
 
-ORport ::= port where the router listens for other routers (speaking cells)
-OPPort ::= where the router listens for onion proxies (speaking cells)
+ORport ::= port where the router listens for routers/proxies (speaking cells)
 APPort ::=  where the router listens for applications (speaking socks)
 DirPort ::= where the router listens for directory download requests
 bandwidth ::= maximum bandwidth, in bytes/s
 
 
 Example:
-router moria.mit.edu 9001 9011 9021 9031 100000
+router moria.mit.edu 9001 9021 9031 100000
 -----BEGIN RSA PUBLIC KEY-----
 MIGJAoGBAMBBuk1sYxEg5jLAJy86U3GGJ7EGMSV7yoA6mmcsEVU3pwTUrpbpCmwS
 7BvovoY3z4zk63NZVBErgKQUDkn3pp8n83xZgEf4GI27gdWIIwaBjEimuJlEY+7K



More information about the tor-commits mailing list