macro_rules! handle_verification {
    ($result:expr, $framed:expr, $peer_addr:expr) => { ... };
}
Expand description

A macro for cutting a handshake short if message verification fails.