agde::log

Enum CheckAction

source
pub enum CheckAction {
    Send(Check),
    Nothing,
}
Expand description

The action to execute after receiving a crate::MessageKind::LogCheck.

Variants§

§

Send(Check)

Send a crate::MessageKind::LogCheckReply with this Check.

Run Manager::assure_log_check after a few seconds, to check our hash against other piers’ hashes.

§

Nothing

Our log was too small. We can therefore not participate in this exchange. Do nothing.

Trait Implementations§

source§

impl Debug for CheckAction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl