Skip to content
Snippets Groups Projects
Commit 4b3c15d4 authored by Nick Mathewson's avatar Nick Mathewson :family:
Browse files

Add protover for prop321 (happy families) support

parent 62820c22
No related branches found
No related tags found
1 merge request!857Implement proposal 321 (happy families)
...@@ -386,10 +386,10 @@ protocol_list_supports_protocol_or_later(const char *list, ...@@ -386,10 +386,10 @@ protocol_list_supports_protocol_or_later(const char *list,
/* /*
* XXX START OF HAZARDOUS ZONE XXX * XXX START OF HAZARDOUS ZONE XXX
*/ */
/* All protocol version that this relay version supports. */ /* All protocol version that this version of tor supports. */
#define PR_CONFLUX_V "1" #define PR_CONFLUX_V "1"
#define PR_CONS_V "1-2" #define PR_CONS_V "1-2"
#define PR_DESC_V "1-3" #define PR_DESC_V "1-4"
#define PR_DIRCACHE_V "2" #define PR_DIRCACHE_V "2"
#define PR_FLOWCTRL_V "1-2" #define PR_FLOWCTRL_V "1-2"
#define PR_HSDIR_V "2" #define PR_HSDIR_V "2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment