[or-cvs] Re-number the new relay command so as to maintain backward ...
Nick Mathewson
nickm at seul.org
Tue Apr 13 00:38:18 UTC 2004
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv6769/src/or
Modified Files:
or.h
Log Message:
Re-number the new relay command so as to maintain backward compatibility. Doh!
Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -d -r1.313 -r1.314
--- or.h 12 Apr 2004 23:33:47 -0000 1.313
+++ or.h 13 Apr 2004 00:38:16 -0000 1.314
@@ -247,12 +247,12 @@
#define RELAY_COMMAND_ESTABLISH_RENDEZVOUS 33
#define RELAY_COMMAND_INTRODUCE1 34
#define RELAY_COMMAND_INTRODUCE2 35
-#define RELAY_COMMAND_INTRODUCE_ACK 36
-#define RELAY_COMMAND_RENDEZVOUS1 37
-#define RELAY_COMMAND_RENDEZVOUS2 38
+#define RELAY_COMMAND_RENDEZVOUS1 36
+#define RELAY_COMMAND_RENDEZVOUS2 37
/* DOCDOC Spec these next two. */
-#define RELAY_COMMAND_INTRO_ESTABLISHED 39
-#define RELAY_COMMAND_RENDEZVOUS_ESTABLISHED 40
+#define RELAY_COMMAND_INTRO_ESTABLISHED 38
+#define RELAY_COMMAND_RENDEZVOUS_ESTABLISHED 39
+#define RELAY_COMMAND_INTRODUCE_ACK 40
#define _MIN_END_STREAM_REASON 1
#define END_STREAM_REASON_MISC 1
More information about the tor-commits
mailing list