diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-04-17 17:10:41 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-04-17 17:10:41 +0000 |
commit | 32a3e704b48ac277456fd89c6bd8cd96ccb3d0c8 (patch) | |
tree | 27b2fd77b157b7663af55c3a3483e5cbaf39cb81 /doc | |
parent | fdf4d4aa85c1b996f36944cea19c13e49e52b972 (diff) | |
download | tor-32a3e704b48ac277456fd89c6bd8cd96ccb3d0c8.tar.gz tor-32a3e704b48ac277456fd89c6bd8cd96ccb3d0c8.zip |
Choose correct abstraction for topic_foo. Abstract random-integer code
svn:r249
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index 58c4fdf2a4..b846ebee6a 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -228,8 +228,8 @@ which reveals the downstream node. ACI (anonymous circuit identifier) [2 bytes] Command [1 byte] - Length [1 byte] Sequence number (unused, set to 0) [4 bytes] + Length [1 byte] Payload (padded with 0 bytes) [248 bytes] [Total size: 256 bytes] |