From: Nick Mathewson Date: Thu, 1 Apr 2004 01:11:28 +0000 (+0000) Subject: Add relay command types for rendezvous X-Git-Tag: tor-0.0.6incompat-merged~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d8be5e6f62ae2b64cee5a65e542700c9128f670;p=thirdparty%2Ftor.git Add relay command types for rendezvous svn:r1419 --- diff --git a/src/or/or.h b/src/or/or.h index eb627f0a84..c1b0ff43a0 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -218,6 +218,13 @@ #define RELAY_COMMAND_RESOLVE 11 #define RELAY_COMMAND_RESOLVED 12 +#define RELAY_COMMAND_ESTABLISH_INTRO 32 +#define RELAY_COMMAND_ESTABLISH_RENDEZVOUS 33 +#define RELAY_COMMAND_INTRODUCE1 34 +#define RELAY_COMMAND_INTRODUCE2 35 +#define RELAY_COMMAND_RENDEZVOUS1 36 +#define RELAY_COMMAND_RENDEZVOUS2 37 + #define _MIN_END_STREAM_REASON 1 #define END_STREAM_REASON_MISC 1 #define END_STREAM_REASON_RESOLVEFAILED 2