dev notes: Draft IPT algorithm: Added 2N IPT limit to tuning params

Prompted by
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1429#note_2924496
This commit is contained in:
Ian Jackson 2023-07-25 15:16:02 +01:00
parent a0d0a90b2b
commit 348aab8166
1 changed files with 2 additions and 0 deletions

View File

@ -262,6 +262,8 @@ if and what we want to publish.
configurable, default is 3, max is 20.
(rend-spec-v3 2.5.4 NUM_INTRO_POINT)
* Maximum number of IPTs including replaced faulty ones (2N).
* IPT replacement time: 4..7 days (uniform random)
TODO: what is the right value here? (Should we do time-based rotation at all?)