marigold-dev / pollinate

A platform agnostic library for P2P communications using UDP and Bin_prot
22 stars 2 forks source link

Execute `failure_detector` at each gossip round #49

Open Gau-thier opened 2 years ago

Gau-thier commented 2 years ago

Hum, this is wrong, but works regarding what we do. On the SWIM paper, I think the failure_detection is executed at each round of the gossip. Since we do that before each round, this is kinda ok. But I think we do need to add two things:

_Originally posted by @gsebil08 in https://github.com/marigold-dev/pollinate/pull/33#discussion_r885440991_