I'm working on a custom DHT (Distributed Hash Table) network and I was wondering If a node's data (<key, value>
pair) is republished upon its departure, is periodic refreshing every x hour necessary?
Asked
Active
Viewed 18 times
0

Jack Kinnof
- 11
- 4
1 Answers
0
Periodic refreshing might be necessary in the case of a sudden application crash or unexpected system shutdown.

Jack Kinnof
- 11
- 4
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jun 23 '23 at 08:17