summaryrefslogtreecommitdiff
path: root/src/or/hs_circuit.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-06 14:37:24 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-08 20:29:33 -0400
commit27dd1a716c63bcdda31f24ed08d259b4a91aa1c3 (patch)
tree29b34922764c554c0bd005bbbefb8b41b0a5b06e /src/or/hs_circuit.c
parent100386e659533cfa92c5bfff93a15fb3535f7970 (diff)
downloadtor-27dd1a716c63bcdda31f24ed08d259b4a91aa1c3.tar.gz
tor-27dd1a716c63bcdda31f24ed08d259b4a91aa1c3.zip
prop224: Support INTRODUCE2 cell replay cache
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_circuit.c')
-rw-r--r--src/or/hs_circuit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/hs_circuit.c b/src/or/hs_circuit.c
index 543cbac6d3..ee43406c0d 100644
--- a/src/or/hs_circuit.c
+++ b/src/or/hs_circuit.c
@@ -811,6 +811,7 @@ hs_circ_handle_introduce2(const hs_service_t *service,
data.payload_len = payload_len;
data.link_specifiers = smartlist_new();
data.is_legacy = ip->base.is_only_legacy;
+ data.replay_cache = ip->replay_cache;
if (hs_cell_parse_introduce2(&data, circ, service) < 0) {
goto done;