Skip to main content

FlowEvents

Type Alias FlowEvents 

Source
pub type FlowEvents<K> = SmallVec<[FlowEvent<K>; 3]>;
Available on crate feature tracker only.
Expand description

Inline-stored set of events emitted by a single track() call. Most packets emit 1–2 events; pathological cases (Started + Established + Packet) emit 3.

Aliased Type§

pub struct FlowEvents<K> { /* private fields */ }