Type Alias TCPCong

Source
pub type TCPCong = TCPCong_;

Aliased Type§

#[repr(C)]
pub struct TCPCong { pub cwnd: u32, pub hooks: *const TCPCongHooks_, pub ca: *mut c_void, }

Fields§

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