Skip to main content

Module conn

Module conn 

Source
Expand description

Per-connection state management.

Tracks a TCP or UDP connection, performs stream reassembly, and (via ConnInfo) manages protocol parser state throughout the duration of the connection.

Developers should not have to directly interact with anything in this module, but it must be public for generated code.

Modules§

conn_actions
conn_state
Management for per-connection state machines.
tcp_conn
udp_conn

Structs§

ConnInfo
Per-connection. Tracks all subscription-requested datatypes (tracked data). Maintains the State of the connection at each layer, including the Actions to execute when new packets are received. This must be public in order to be accessible by generated filter and update code.