hyperledger-labs / SmartBFT

Implementation of the SmartBFT consensus library (https://arxiv.org/abs/2107.06922)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heartbeat monitor improvement: skip heartbeats when data is send by leader

tock-ibm opened this issue · comments

On leader, When the leader sends a message by broadcast, skip pending HB.
On follower, when a message is received from the leader, extend HB timeout accordingly.

This saves some minute amount of bandwidth when blocks are decided on a regular basis.