Number of rounds
total number of msgs:$O((f+1)n^2)$, $n$ is the number of processes
total number of bits:$O((f+1)n^3b)$, as each msg contains at most $nb$ bits
Exist improved algorithms to reduce complexity (see Lynch)