dev notes: Draft IPT algorithm: Retire IPTs after N introductions

Prompted by
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1429#note_2924485
This commit is contained in:
Ian Jackson 2023-07-25 14:54:06 +01:00
parent 75cc7ccf22
commit 3807b43791
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ rapidly churning through IPT candidates.)
When we select a new IPT, we randomly choose a planned replacement time,
after which it becomes `Retiring`.
Additionally, any IPT becomes `Retiring`
after it has been used for a certain number of introductions
(c.f. C Tor `#define INTRO_POINT_MIN_LIFETIME_INTRODUCTIONS 16384`.)
## IPT states