Commit 773d543e authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Merge branch 'fix/docs' into 'main'

Fix: docs: balance: hardmaps: on PoW effort change

See merge request tpo/onion-services/onionspray!40
parents 72064180 5b740dc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ Now keep in mind that there are _several_ reasons why service would re-upload a
descriptor before that 60-120 minute timeframe[^descriptor-republishing]:

1. [PoW](../dos.md) seed change/expiration [between 105 and 120 minutes][],
   and [effort change every 5 minutes will trigger a republish][].
   and [may trigger a republish every 5 minutes][] if effort changed noticeably.
2. Introduction circuit collapsing, which is unknown when it happens.
3. Introduction point rotation (based on number of introduction or time that is
   random time between 18 to 24h).
@@ -60,7 +60,7 @@ republishing descriptors more often (in the scale of a few minutes rather than
hours), increasing the effectiveness of the `hardmap`-based load balancing.

[between 105 and 120 minutes]: https://spec.torproject.org/hspow-spec/v1-equix.html#parameter-descriptor
[effort change every 5 minutes will trigger a republish]: https://spec.torproject.org/hspow-spec/common-protocol.html#service-effort
[may trigger a republish every 5 minutes]: https://spec.torproject.org/hspow-spec/common-protocol.html#service-effort

!!! tip "Use softmaps to have a more evenly distributed load balancing"