commit c884a07f08881cb82ce01fda766e8b3099365bf2 parent 7f626f55770279331e52ea8651ec3c13a6db70ae Author: David Goulet <dgoulet@torproject.org> Date: Thu, 14 Sep 2023 15:34:26 -0400 Merge branch 'maint-0.4.8' Diffstat:
| A | changes/bug40858 | | | 6 | ++++++ |
| M | src/feature/hs/hs_service.c | | | 1 | + |
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/changes/bug40858 b/changes/bug40858 @@ -0,0 +1,6 @@ + o Major bugfixes (onion service): + - Fix a reliability issue where services were expiring their + introduction points every consensus update. This caused connectivity + issues for clients caching the old descriptor and intro points. Bug + reported and fixed by gitlab user @hyunsoo.kim676. Fixes bug 40858; + bugfix on 0.4.7.5-alpha. diff --git a/src/feature/hs/hs_service.c b/src/feature/hs/hs_service.c @@ -1821,6 +1821,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;