[or-cvs] describe what"s _actually_ in the payload of a relay begin ...

Roger Dingledine arma at seul.org
Sat Oct 4 08:20:09 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:
describe what's _actually_ in the payload of a relay begin cell


Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/tor-spec.txt,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- tor-spec.txt	1 Oct 2003 22:31:12 -0000	1.34
+++ tor-spec.txt	4 Oct 2003 08:20:07 -0000	1.35
@@ -330,8 +330,9 @@
    To create a new anonymized TCP connection, the OP sends a
    RELAY_BEGIN data cell with a payload encoding the address and port
    of the destination host.  The stream ID is zero.  The payload format is:
-         ADDRESS | ':' | PORT | '\000'
-   where ADDRESS may be a DNS hostname, or an IPv4 address in
+         NEWSTREAMID | ADDRESS | ':' | PORT | '\000'
+   where NEWSTREAMID is the newly generated Stream ID to use for
+   this stream, ADDRESS may be a DNS hostname, or an IPv4 address in
    dotted-quad format; and where PORT is encoded in decimal.
 
    Upon receiving this packet, the exit node resolves the address as



More information about the tor-commits mailing list