From 0eaf0e8a31979621f8a2cfb1671cc4f02fe92b87 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 3 Feb 2022 19:04:34 +0000 Subject: hs: Republish onion descriptor on sendme_inc change Republishing is necessary to ensure that clients connect using the correct sendme_inc upon any change. Additionally, introduction points must be re-chosen, so that cached descriptors with old values are not usable. We do not expect to change sendme_inc, unless cell size or TLS record size changes, so this should be rare. Signed-off-by: David Goulet --- src/feature/nodelist/networkstatus.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/feature/nodelist') diff --git a/src/feature/nodelist/networkstatus.c b/src/feature/nodelist/networkstatus.c index 77e2b547f5..41fd312295 100644 --- a/src/feature/nodelist/networkstatus.c +++ b/src/feature/nodelist/networkstatus.c @@ -1704,6 +1704,7 @@ notify_after_networkstatus_changes(void) router_new_consensus_params(c); congestion_control_new_consensus_params(c); flow_control_new_consensus_params(c); + hs_service_new_consensus_params(c); /* Maintenance of our L2 guard list */ maintain_layer2_guards(); -- cgit v1.2.3-54-g00ecf