[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] describe what"s _actually_ in the payload of a relay begin ...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] describe what"s _actually_ in the payload of a relay begin ...
- From: arma@seul.org (Roger Dingledine)
- Date: Sat, 4 Oct 2003 04:20:09 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 04 Oct 2003 04:20:21 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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