0

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?

1 Answers1

0

Periodic refreshing might be necessary in the case of a sudden application crash or unexpected system shutdown.

  • 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