From: Nick Mathewson Date: Tue, 13 Apr 2004 00:38:16 +0000 (+0000) Subject: Re-number the new relay command so as to maintain backward compatibility. Doh! X-Git-Tag: tor-0.0.6incompat-merged~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5af7e27c62d2dfc9d5fe6bc52602a7091451714f;p=thirdparty%2Ftor.git Re-number the new relay command so as to maintain backward compatibility. Doh! svn:r1598 --- diff --git a/src/or/or.h b/src/or/or.h index dfc52a2d6c..3257c22e6f 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -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