Expand description
Active probing protection: sender trait and handler trait.
ProbeFlowSender gives probe handlers a raw-socket send path that bypasses all TYPHOON
framing. ActiveProbeHandler is the callback interface the flow manager uses to forward
every unidentified packet it receives. The default no-op implementation lives in
crate::defaults.
Traits§
- Active
Probe Handler - Handler for packets the flow manager could not identify (active probing protection).
- Probe
Flow Sender - Object-safe interface for sending raw response packets through the flow manager’s socket.
Functions§
- probe_
factory - Create a
ProbeFactoryfrom aDefault-constructibleActiveProbeHandlertype.
Type Aliases§
- Probe
Factory - Factory type for creating active probe handlers.