fn make_task(
addr: Address,
is_discovery: bool,
origin_id: u32,
nprobes: u32,
session_id: u32,
) -> TaskExpand description
Build a Task from a raw address and the current distribution metadata.
The worker sends the probe nprobes times (spaced by the measurement’s probe interval).