[or-cvs] update docs to reflect a bit more reality

Roger Dingledine arma at seul.org
Fri Apr 18 18:57:24 UTC 2003


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

Modified Files:
	CLIENTS TODO tor-spec.txt 
Log Message:
update docs to reflect a bit more reality


Index: CLIENTS
===================================================================
RCS file: /home/or/cvsroot/doc/CLIENTS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CLIENTS	12 Dec 2002 22:53:34 -0000	1.1
+++ CLIENTS	18 Apr 2003 18:57:22 -0000	1.2
@@ -51,5 +51,11 @@
 
     Part three: applications which support tor correctly
 
+http: Mozilla: set your socks4 proxy to be the onion proxy
+      privoxy: set your socks4a proxy to be the onion proxy
+ssh: tsocks ssh arma at 18.244.0.188
+ftp: tsocks wget ftp://18.244.0.188/quux.tar --passive
+     Mozilla: set your socks4 proxy to be the onion proxy
+
 
 

Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- TODO	16 Apr 2003 16:19:27 -0000	1.4
+++ TODO	18 Apr 2003 18:57:22 -0000	1.5
@@ -114,7 +114,8 @@
 SPEC!!  - Non-clique topologies, clearer bandwidth management
         . Look at OR handshake in more detail
                 o Spec it
-                - Merge OR and OP handshakes?
+                - Merge OR and OP handshakes
+                        - But figure out how to indicate if we're OR?
                 - Periodic link key rotation. Spec?
         - More flexibility in node addressing
                 - Support IPv6 rather than just 4

Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/tor-spec.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- tor-spec.txt	17 Apr 2003 17:10:40 -0000	1.12
+++ tor-spec.txt	18 Apr 2003 18:57:22 -0000	1.13
@@ -228,8 +228,8 @@
 
         ACI (anonymous circuit identifier)    [2 bytes]
         Command                               [1 byte]
-        Sequence number (unused, set to 0)    [4 bytes]
         Length                                [1 byte]
+        Sequence number (unused, set to 0)    [4 bytes]
         Payload (padded with 0 bytes)         [248 bytes]
                                          [Total size: 256 bytes]
 
@@ -440,7 +440,7 @@
    To create a new anonymized TCP connection, the OP sends a
    TOPIC_BEGIN data cell with a payload encoding the address and port
    of the destination host.  The payload format is:
-         ADDRESS | ',' | PORT | '\000'
+         ADDRESS | ':' | PORT | '\000'
    where ADDRESS may be a DNS hostname, or an IPv4 address in
    dotted-quad format; and where PORT is encoded in decimal.
 
@@ -524,6 +524,20 @@
 
 7. Directories and routers
 
-[????]
+7.1. Router descriptor format.
+
+Line format : address ORPort OPPort APPort DirPort bandwidth(bytes/s)
+followed by the router's public key.
+ORport is where the router listens for other routers (speaking cells)
+OPPort is where the router listens for onion proxies (speaking cells)
+APPort is where the router listens for applications (speaking socks)
+DirPort is where the router listens for directory download requests
 
+Example:
+moria.mit.edu 9001 9011 9021 9031 100000
+-----BEGIN RSA PUBLIC KEY-----
+MIGJAoGBAMBBuk1sYxEg5jLAJy86U3GGJ7EGMSV7yoA6mmcsEVU3pwTUrpbpCmwS
+7BvovoY3z4zk63NZVBErgKQUDkn3pp8n83xZgEf4GI27gdWIIwaBjEimuJlEY+7K
+nZ7kVMRoiXCbjL6VAtNa4Zy1Af/GOm0iCIDpholeujQ95xew7rQnAgMA//8=
+-----END RSA PUBLIC KEY-----
 



More information about the tor-commits mailing list