tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ee0797bf0e4a01bcd45a4128e77815a3d780abfe
parent cf98f4d7b3bd04575e636ec312226f890a34f36f
Author: Mike Perry <mikeperry-git@torproject.org>
Date:   Thu, 14 Sep 2023 19:16:06 +0000

Bug 40858: Cache sendme_inc to avoid purging intro points.

Bug found and fixed by @hyunsoo.kim676.

Diffstat:
Msrc/feature/hs/hs_service.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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;