Configures deterministic, bounded checks of persistently blocked agents.
More...
#include <tess/sim/path_agent_tick.h>
|
|
std::uint32_t | initial_delay_ticks = 16 |
| | Upper bound for the first jittered delay after blockage is observed.
|
|
std::uint32_t | max_delay_ticks = 256 |
| | Upper bound for later exponentially backed-off delays.
|
|
std::size_t | max_probes_per_tick = 8 |
| | Maximum number of indices returned from one collection pass.
|
|
std::uint64_t | jitter_seed = 0 |
| | Caller-selected deterministic salt; no process-global RNG is consulted.
|
Configures deterministic, bounded checks of persistently blocked agents.
The documentation for this struct was generated from the following file: