Skip to main content

SERVER_DISCOVERY_PROBE_TIMEOUT_MS

Constant SERVER_DISCOVERY_PROBE_TIMEOUT_MS 

Source
pub const SERVER_DISCOVERY_PROBE_TIMEOUT_MS: u32 = 1000;
Expand description

Server-discovery probe cadence (issue #224 — one shared constant; was independently defined at four call sites across nros-node and nros-c). One probe per second balances “see freshly-declared tokens quickly” against “burn fewer FFI round-trips on a healthy network”; the outer wall-clock budget is the caller’s.