From ee0797bf0e4a01bcd45a4128e77815a3d780abfe Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Thu, 14 Sep 2023 19:16:06 +0000 Subject: Bug 40858: Cache sendme_inc to avoid purging intro points. Bug found and fixed by @hyunsoo.kim676. --- src/feature/hs/hs_service.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/feature/hs/hs_service.c b/src/feature/hs/hs_service.c index 1caa5ab64a..7d9fbe546a 100644 --- a/src/feature/hs/hs_service.c +++ b/src/feature/hs/hs_service.c @@ -1765,6 +1765,7 @@ build_service_desc_encrypted(const hs_service_t *service, tor_assert(desc); encrypted = &desc->desc->encrypted_data; + encrypted->sendme_inc = congestion_control_sendme_inc(); encrypted->create2_ntor = 1; encrypted->single_onion_service = service->config.is_single_onion; -- cgit v1.2.3-54-g00ecf