aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-11-14 20:01:15 +0000
committerNick Mathewson <nickm@torproject.org>2007-11-14 20:01:15 +0000
commite843e0556355d1487a61640457d073238e214417 (patch)
treec855f360aa4badae5654e76ee920429fae47e740 /src/or/or.h
parentd483d3144aa20b316578a37cf6a8b74343ca7dba (diff)
downloadtor-e843e0556355d1487a61640457d073238e214417.tar.gz
tor-e843e0556355d1487a61640457d073238e214417.zip
r16670@catbus: nickm | 2007-11-14 14:56:30 -0500
Initial phase of proposal 110: accept RELAY_EARLY cells, and turn them into RELAY cells when sending them on over a v1 OR connection. svn:r12496
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 263e7c420a..a87d95ed7a 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -659,6 +659,7 @@ typedef enum {
#define CELL_NETINFO 8
#define CELL_CERT 9
#define CELL_LINK_AUTH 10
+#define CELL_RELAY_EARLY 11 /*DOCDOC*/
#define CELL_COMMAND_IS_VAR_LENGTH(x) \
((x) == CELL_CERT || (x) == CELL_VERSIONS)