Skip to main content

Module scmp_handler

Module scmp_handler 

Source
Expand description

SCION stack SCMP handlers.

Re-exports§

pub use echo::DefaultEchoHandler;
pub use error::ScmpErrorHandler;

Modules§

echo
Default SCMP echo handler.
error
SCMP error handling implementation.

Traits§

ScmpErrorReceiver
Trait for reporting path issues.
ScmpHandler
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).