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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(_: *mut _TCP) -> bool)

Some value of type T.