diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-10-26 20:19:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-01-11 11:10:18 -0500 |
commit | 3826e058acfc1886fcd4be18644ea130d12ca9be (patch) | |
tree | e2638d5ae33362aee9c2a29fcc3fb8523631eebc /src/or/or.h | |
parent | ce703bd53edec2ee123dd747d6cc975a259c68f9 (diff) | |
download | tor-3826e058acfc1886fcd4be18644ea130d12ca9be.tar.gz tor-3826e058acfc1886fcd4be18644ea130d12ca9be.zip |
Implement proposal 187: reserve a cell type for client authorization
This needs a changes file and more testing.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 8fe3e0fe57..a7a517ff50 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -833,6 +833,7 @@ typedef enum { #define CELL_CERTS 129 #define CELL_AUTH_CHALLENGE 130 #define CELL_AUTHENTICATE 131 +#define CELL_AUTHORIZE 132 /** How long to test reachability before complaining to the user. */ #define TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT (20*60) |