aboutsummaryrefslogtreecommitdiff
path: root/doc/control-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-17 12:38:37 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-17 12:38:37 +0000
commitdf9c8feac782c9feebad3a0fc7cc5eb7068bccf2 (patch)
treead090affe0b93f33441afeddda27990a33f32464 /doc/control-spec.txt
parentb5a7347db50ad76e8e1aaf6a6a88f733c202ca37 (diff)
downloadtor-df9c8feac782c9feebad3a0fc7cc5eb7068bccf2.tar
tor-df9c8feac782c9feebad3a0fc7cc5eb7068bccf2.tar.gz
Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
svn:r3769
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r--doc/control-spec.txt14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index 57ac1f503..cb3fb178c 100644
--- a/doc/control-spec.txt
+++ b/doc/control-spec.txt
@@ -346,8 +346,6 @@ the message.
3.15 ATTACHSTREAM (Type 0x000E)
- [Proposal; not finalized]
-
Sent from the client to the server. The message body contains two fields:
Stream ID [4 octets]
Circuit ID [4 octets]
@@ -367,8 +365,6 @@ the message.
3.16 POSTDESCRIPTOR (Type 0x000F)
- [Proposal; not finalized]
-
Sent from the client to the server. The message body contains one field:
Descriptor [NUL-terminated string]
@@ -383,10 +379,8 @@ the message.
3.17 FRAGMENTHEADER (Type 0x0010)
- [Proposal; not finalized]
-
Sent in either direction. Used to encapsulate messages longer than 65535
- bytes long.
+ bytes in length.
Underlying type [2 bytes]
Total Length [4 bytes]
@@ -403,10 +397,12 @@ the message.
3.18 FRAGMENT (Type 0x0011)
- [Proposal; not finalized]
-
Data [Entire message]
+ See FRAGMENTHEADER for more information
+
+3.19
+
4. Implementation notes
4.1. There are four ways we could authenticate, for now: