You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2023. It is now read-only.
MinBFT never fails in theory as long as we meet the requirement of
"<= f faulty nodes", but unfortunately there's no bug-free softwares,
so it's better to prepare for such potential issues to avoid infinite wait.
This patch suggests to add timeout to the sample application.
Note that if timeout value is not specified, sample application waits
forever as it does now.
Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
0 commit comments