Function moq_origin_dynamic_update
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn moq_origin_dynamic_update(
dynamic: u32,
route: *const moq_route,
) -> i32
Expand description
Re-price a served route in place. The prefix cannot change.
Returns a zero on success, or a negative code on failure.
ยงSafety
route may be NULL, or must point at a readable moq_route.