aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirparse
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-11-04 10:26:04 -0400
committerMike Perry <mikeperry-git@torproject.org>2022-02-22 19:28:34 +0000
commit95639f35aede81bfde8bd4ee1616e10048176cc7 (patch)
treeade1de734bc5c2b80d1b700bc26ad3642d053d02 /src/feature/dirparse
parent02f4e7b42e2158039a138c9cb68211304a754a1d (diff)
downloadtor-95639f35aede81bfde8bd4ee1616e10048176cc7.tar.gz
tor-95639f35aede81bfde8bd4ee1616e10048176cc7.zip
hs: Encode flow control value in the descriptor
This simply adds the "flow-control" line, as detailed in prop324, to the descriptor. No decoding is done at this commit. Part of #40506
Diffstat (limited to 'src/feature/dirparse')
-rw-r--r--src/feature/dirparse/parsecommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/dirparse/parsecommon.h b/src/feature/dirparse/parsecommon.h
index 0f343e9c62..675c5f68d5 100644
--- a/src/feature/dirparse/parsecommon.h
+++ b/src/feature/dirparse/parsecommon.h
@@ -172,6 +172,7 @@ typedef enum {
R3_DESC_AUTH_KEY,
R3_DESC_AUTH_CLIENT,
R3_ENCRYPTED,
+ R3_FLOW_CONTROL,
R_IPO_IDENTIFIER,
R_IPO_IP_ADDRESS,