Skip to main content

seed_tracemap_sessions

Function seed_tracemap_sessions 

Source
pub fn seed_tracemap_sessions(
    targets: Vec<Address>,
    worker_id: u32,
    config: &mut TracerouteConfig,
) -> Vec<Task>
Expand description

Create tracemap binary-search sessions for a batch of (unresponsive) targets and return the initial Trace tasks (probing TRACEMAP_FIRST_TTL) for the probing worker.

ยงArguments

  • targets - Target addresses to map
  • worker_id - Worker that will probe these targets (with the anycast source)
  • config - Traceroute parameters (including the seed origin) and session tracker