Skip to main content

Module probe

Module probe 

Source
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§

ActiveProbeHandler
Handler for packets the flow manager could not identify (active probing protection).
ProbeFlowSender
Object-safe interface for sending raw response packets through the flow manager’s socket.

Functions§

probe_factory
Create a ProbeFactory from a Default-constructible ActiveProbeHandler type.

Type Aliases§

ProbeFactory
Factory type for creating active probe handlers.