Expand description
Agents represent communication participants like Alice, Bob or Eve.
Note that attackers are usually not represented by these Agents but instead through a recipe
term (see crate::trace::InputAction).
Each Agent has an inbound and an outbound channel (see crate::stream)
Structs§
- An
Agentholds a non-cloneable reference to a Stream. AgentDescriptors act like a blueprint to spawnAgents with a corresponding server or client role and a specific TLs version. Essentially they are anAgentwithout a stream.- Copyable reference to an
Agent. It identifies exactly one agent.
Traits§
- Contains the protocol specific configuration of an agent