UrDHT / PyUrDHT

Python reference implementation
11 stars 3 forks source link

Agressive backups #55

Closed BrendanBenshoof closed 9 years ago

BrendanBenshoof commented 9 years ago

deals with issue #46 Essentially, when my short peer list changes (my voronoi region changes), I check my records and backup all the records onto the nodes that will become responsible when I die.

This has the fun side effect of joining nodes being pre-loaded with the records for which they are responsible.

essentially, two nodes adjacent to each other in the network need to die together (in a small O(seconds) time window) in order for use to lose records.