pub use ;
/// Linear delay between reconnection attempts.
pub const RECONNECT_INTERVAL_MS: u64 = 2000;
/// Number of relay-based reconnection attempts before giving up on a lost peer
/// (and falling back to signaling-server rejoin if the local node is isolated).
pub const MAX_RECONNECT_ATTEMPTS: u32 = 5;