diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-06 00:02:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-06 00:02:31 +0000 |
commit | 6a2fe560158513e9142bd38a1a43535d87c4a825 (patch) | |
tree | 1b4f850fa76356ca924ca6f6b5d1332f4141bc95 | |
parent | e0acb45b861add5f4bd3f869ea322504b85d812e (diff) | |
download | tor-6a2fe560158513e9142bd38a1a43535d87c4a825.tar.gz tor-6a2fe560158513e9142bd38a1a43535d87c4a825.zip |
patch from Karsten Loesing
svn:r9490
-rw-r--r-- | doc/spec/rend-spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/spec/rend-spec.txt b/doc/spec/rend-spec.txt index 8259ecec2f..aef21adbce 100644 --- a/doc/spec/rend-spec.txt +++ b/doc/spec/rend-spec.txt @@ -346,9 +346,9 @@ $Id$ OR VER Version byte: set to 3. [1 octet] ATYPE An address type (typically 4) [1 octet] - ADDR Introduction point's IP address [4 or 16 octets] - PORT Rendezvous point's OR port [2 octets] - AUTHT The auth type that is supported [2 octets] + ADDR Rendezvous point's IP address [4 or 16 octets] + PORT Rendezvous point's OR port [2 octets] + AUTHT The auth type that is supported [2 octets] AUTHL Length of auth data [1 octet] AUTHD Auth data [variable] ID Rendezvous point identity ID [20 octets] |