Skip to main content

Module ct

Module ct 

Expand description

Cover traffic-related API traits. Cover traffic and probing traffic generation traits.

  • ProbingTrafficGeneration — network probe scheduling and execution
  • CoverTrafficGeneration — cover traffic generation for privacy

Modules§

traits
Cover traffic and probing traffic trait definitions.

Enums§

DestinationRouting
Routing information containing forward or return routing options.
ProbeRouting
Enum representation of different types of DestinationRouting the ProbingTrafficGeneration::build is able to generate.

Traits§

CoverTrafficGeneration
A trait for types that can generate cover traffic routes for the HOPR network.
ProbingTrafficGeneration
A trait for types that can produce a stream of probing traffic routes.

Type Aliases§

PathId
Identifier for a path traversed using an allowed DestinationRouting over the network.