vault backup: 2025-03-25 16:52:22
This commit is contained in:
parent
fe69fd0e30
commit
2532a362f8
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ IDEA:
|
|||
Guessing the time duration for suspecting a process:
|
||||
- `SUSPECT[i,j]` = # of times pi has suspected pj
|
||||
- For all k, take the t+1 minimum values in `SUSPECT[1..n , k]`
|
||||
- remember: t is the max number of processes that can fail (it is known)
|
||||
- so doing this we ensure considering at least a process that doesn't fail
|
||||
- Sum them, to obtain $S_{k}$
|
||||
- The interval to use in the timers is the minimum $S_{k}$
|
||||
- it can be proved that this eventually becomes ≥ $\nabla$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue