[or-cvs] Better messages when POSTDESCRIPTOR fails

Nick Mathewson nickm at seul.org
Sat Apr 2 22:02:15 UTC 2005


Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv12319/doc

Modified Files:
	control-spec.txt 
Log Message:
Better messages when POSTDESCRIPTOR fails

Index: control-spec.txt
===================================================================
RCS file: /home/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- control-spec.txt	29 Mar 2005 01:47:07 -0000	1.34
+++ control-spec.txt	2 Apr 2005 22:02:13 -0000	1.35
@@ -382,9 +382,10 @@
   The descriptor, when parsed, must contain a number of well-specified
   fields, including fields for its nickname and identity.
 
-  If there is an error in parsing the descriptor, or if the server rejects
-  the descriptor for any reason, the server must send an appropriate error
-  message.
+  If there is an error in parsing the descriptor, the server must send an
+  appropriate error message.  If the descriptor is well-formed but the server
+  chooses not to add it, it must reply with a DONE message whose body
+  explains why the server was not added.
 
 3.17 FRAGMENTHEADER (Type 0x0010)
 



More information about the tor-commits mailing list