diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-03 01:32:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-03 01:32:26 +0000 |
commit | 347d3f9d629df74b3e78ac040fab30627622fda4 (patch) | |
tree | 30f32823781127b19e9ea6a9f45a5d35a890a7fa /doc | |
parent | d63d420930817470fd36b59c70b3194af20417dc (diff) | |
download | tor-347d3f9d629df74b3e78ac040fab30627622fda4.tar.gz tor-347d3f9d629df74b3e78ac040fab30627622fda4.zip |
Start implementing control interface.
svn:r2652
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/control-spec.txt | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -45,8 +45,8 @@ N - Windows installer - Review website; make important info more prominent. Beyond 0.0.9: - - Check getrlimit(RLIMIT_[N]OFILE), sysconf(OPEN_MAX) on start-up, and - warn if we're running as a server with a low limit. + o Check getrlimit(RLIMIT_[N]OFILE), sysconf(OPEN_MAX) on start-up, and + warn if we're running as a server with a low limit. - Implement If-Modified-Since for directories. N - Handle rendezvousing with unverified nodes. - Specify: Stick rendezvous point's key in INTRODUCE cell. diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 13db9969de..b1ef21e212 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -59,6 +59,8 @@ the message. 0x0005 Unauthorized user 0x0006 Failed authentication attempt + The rest of the body should be a human-readable description of the error. + 3.2. DONE (Type 0x0001) Sent from server to client in response to a request that was successfully @@ -76,7 +78,7 @@ the message. Request the value of a configuration variable. The body contains a nul-terminated string for a configuration key. The server replies with a - CONFVALUE message + CONFVALUE message. 3.5. CONFVALUE (Type 0x0004) |