Type Alias shadow_rs::cshadow::TCPCongFastRecovery
source · pub type TCPCongFastRecovery = Option<unsafe extern "C-unwind" fn(tcp: *mut TCP) -> bool>;
Aliased Type§
enum TCPCongFastRecovery {
None,
Some(unsafe extern "C-unwind" fn(_: *mut _TCP) -> bool),
}