#[unsafe(no_mangle)]pub unsafe extern "C" fn moq_client_get_failover_delay(
client: u32,
out: *mut u64,
) -> i32Expand description
Read the Happy Eyeballs stagger, in milliseconds. See moq_client_set_failover_delay and moq_client_get_connect_timeout for what an unset knob reports.
Returns zero on success, or a negative code if the handle is unknown or out is NULL.
ยงSafety
- The caller must ensure that
outpoints to a writableuint64_t.