/// The round trip estimator parameters taken from consensus and used to estimate the round trip
/// The parameters of what constitute a congestion window. This is used by all congestion control
/// Return true iff the given sendme increment is valid with regards to the value in the circuit
if inc_u32 > (inc_consensus.saturating_add(1)) || inc_u32 < (inc_consensus.saturating_sub(1)) {