1 // author : Boris Kolpackov <boris@dre.vanderbilt.edu>
3 #include "Protocol.hpp"
11 : alone_ (true), silence_period_ (-1)
31 if (!alone_
&& ++silence_period_
>= Protocol::FATAL_SILENCE_FRAME
)
33 // cerr << "Silence period has been passed." << endl;
34 // cerr << "Decalring the node failed." << endl;
40 bool alone_
; // true if we haven't heard from any members yet.
41 short silence_period_
;