shadow_rs::cshadow

Type Alias TCPCong

source
pub type TCPCong = TCPCong_;

Aliased Type§

struct TCPCong {
    pub cwnd: u32,
    pub hooks: *const TCPCongHooks_,
    pub ca: *mut c_void,
}

Fields§

§cwnd: u32§hooks: *const TCPCongHooks_§ca: *mut c_void