Expand description
SCION stack SCMP handlers.
Re-exports§
pub use echo::DefaultEchoHandler;
Modules§
Traits§
- Scmp
Error Receiver - Trait for reporting path issues.
- Scmp
Handler - Trait for SCMP handlers that can process incoming raw SCION packets and optionally return a
reply packet.
Sending of the reply is best effort (
try_send).