pub unsafe extern "C" fn aeron_archive_context_set_control_mtu_length(
ctx: *mut aeron_archive_context_t,
control_mtu_length: usize,
) -> c_int
Expand description
Specify the default MTU length for the control request/response channels.
pub unsafe extern "C" fn aeron_archive_context_set_control_mtu_length(
ctx: *mut aeron_archive_context_t,
control_mtu_length: usize,
) -> c_int
Specify the default MTU length for the control request/response channels.