Function librist_sys::rist_sender_npd_enable[][src]

pub unsafe extern "C" fn rist_sender_npd_enable(ctx: *mut rist_ctx) -> c_int

@brief Enable RIST NULL Packet deletion

Enables deletion of NULL packets, packets are modified on submission to the libRIST library, so this only affects packets inserted after enabling NPD. @param ctx RIST sender ctx @return 0 on success, -1 in case of error.