aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/protover.h
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2019-08-12 13:15:31 -0500
committerMike Perry <mikeperry-git@torproject.org>2019-08-12 14:06:08 -0500
commitb2821b72bc4e228934b5187ae5015230e7cbd26b (patch)
tree5b91a58246f75f0a50d914432cd75e76e738b430 /src/core/or/protover.h
parentb14bb12e39d3ccb95a9e5d9cf3eda8428c129520 (diff)
downloadtor-b2821b72bc4e228934b5187ae5015230e7cbd26b.tar.gz
tor-b2821b72bc4e228934b5187ae5015230e7cbd26b.zip
Bug 31356: Propogate protover padding support to circpad
Diffstat (limited to 'src/core/or/protover.h')
-rw-r--r--src/core/or/protover.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/or/protover.h b/src/core/or/protover.h
index d8e541735f..af45a31aeb 100644
--- a/src/core/or/protover.h
+++ b/src/core/or/protover.h
@@ -28,6 +28,8 @@ struct smartlist_t;
#define PROTOVER_HS_INTRO_V3 4
/** The protover version number that signifies HSv3 rendezvous point support */
#define PROTOVER_HS_RENDEZVOUS_POINT_V3 2
+/** The protover that signals support for HS circuit setup padding machines */
+#define PROTOVER_HS_SETUP_PADDING 2
/** List of recognized subprotocols. */
/// C_RUST_COUPLED: src/rust/protover/ffi.rs `translate_to_rust`