aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/or.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-06-25 10:47:37 -0400
committerGeorge Kadianakis <desnacked@riseup.net>2019-08-26 15:53:46 +0300
commit6c79172924a6a1660e55c29b7f2a205205ce0d21 (patch)
tree0a20d88daec5b63b7ff94223b23686bade874a95 /src/core/or/or.h
parent5419fd5d9f54bda86549b47e096d4f88e1b58655 (diff)
downloadtor-6c79172924a6a1660e55c29b7f2a205205ce0d21.tar.gz
tor-6c79172924a6a1660e55c29b7f2a205205ce0d21.zip
hs-v3: Add protover HSIntro=5
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/core/or/or.h')
-rw-r--r--src/core/or/or.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/or/or.h b/src/core/or/or.h
index ab258629a6..990cfacbc0 100644
--- a/src/core/or/or.h
+++ b/src/core/or/or.h
@@ -843,6 +843,10 @@ typedef struct protover_summary_flags_t {
/** True iff this router has a protocol list that allows clients to
* negotiate hs circuit setup padding. Requires Padding>=2. */
unsigned int supports_hs_setup_padding : 1;
+
+ /** True iff this router has a protocol list that allows it to support the
+ * ESTABLISH_INTRO DoS cell extension. Requires HSIntro>=5. */
+ unsigned int supports_establish_intro_dos_extension : 1;
} protover_summary_flags_t;
typedef struct routerinfo_t routerinfo_t;