Type Alias TCPCongFastRecovery

Source
pub type TCPCongFastRecovery = Option<unsafe extern "C-unwind" fn(tcp: *mut TCP) -> bool>;

Aliased Type§

pub 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.