summaryrefslogtreecommitdiff
path: root/src/or/hs_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_config.h')
-rw-r--r--src/or/hs_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/hs_config.h b/src/or/hs_config.h
index f4207917e5..2f8cbdc130 100644
--- a/src/or/hs_config.h
+++ b/src/or/hs_config.h
@@ -11,6 +11,8 @@
#include "or.h"
+/* Max value for HiddenServiceMaxStreams */
+#define HS_CONFIG_MAX_STREAMS_PER_RDV_CIRCUIT 65535
/* Maximum number of intro points per version 3 services. */
#define HS_CONFIG_V3_MAX_INTRO_POINTS 20