Expand description
SCION stack SCMP handlers.
Re-exports§
pub use echo::DefaultEchoHandler;pub use error::ScmpErrorHandler;
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).