pub fn send_packet_validate(
    ctx_a: &impl SendPacketValidationContext,
    packet: &Packet
) -> Result<(), ContextError>
Expand description

Validate that sending the given packet would succeed.