Type Alias foca::ProbeNumber

source ·
pub type ProbeNumber = u8;
Expand description

ProbeNumber is simply a bookkeeping mechanism to try and prevent incorrect sequencing of protocol messages.

Similar in spirit to foca::TimerToken.