#[repr(C)]pub struct tcp_info {Show 40 fields
pub tcpi_state: u8,
pub __tcpi_ca_state: u8,
pub __tcpi_retransmits: u8,
pub __tcpi_probes: u8,
pub __tcpi_backoff: u8,
pub tcpi_options: u8,
pub tcp_snd_wscale: u8,
pub tcp_rcv_wscale: u8,
pub tcpi_rto: u32,
pub __tcpi_ato: u32,
pub tcpi_snd_mss: u32,
pub tcpi_rcv_mss: u32,
pub __tcpi_unacked: u32,
pub __tcpi_sacked: u32,
pub __tcpi_lost: u32,
pub __tcpi_retrans: u32,
pub __tcpi_fackets: u32,
pub __tcpi_last_data_sent: u32,
pub __tcpi_last_ack_sent: u32,
pub tcpi_last_data_recv: u32,
pub __tcpi_last_ack_recv: u32,
pub __tcpi_pmtu: u32,
pub __tcpi_rcv_ssthresh: u32,
pub tcpi_rtt: u32,
pub tcpi_rttvar: u32,
pub tcpi_snd_ssthresh: u32,
pub tcpi_snd_cwnd: u32,
pub __tcpi_advmss: u32,
pub __tcpi_reordering: u32,
pub __tcpi_rcv_rtt: u32,
pub tcpi_rcv_space: u32,
pub tcpi_snd_wnd: u32,
pub tcpi_snd_bwnd: u32,
pub tcpi_snd_nxt: u32,
pub tcpi_rcv_nxt: u32,
pub tcpi_toe_tid: u32,
pub tcpi_snd_rexmitpack: u32,
pub tcpi_rcv_ooopack: u32,
pub tcpi_snd_zerowin: u32,
pub __tcpi_pad: [u32; 26],
}Fields§
§tcpi_state: u8§__tcpi_ca_state: u8§__tcpi_retransmits: u8§__tcpi_probes: u8§__tcpi_backoff: u8§tcpi_options: u8§tcp_snd_wscale: u8§tcp_rcv_wscale: u8§tcpi_rto: u32§__tcpi_ato: u32§tcpi_snd_mss: u32§tcpi_rcv_mss: u32§__tcpi_unacked: u32§__tcpi_sacked: u32§__tcpi_lost: u32§__tcpi_retrans: u32§__tcpi_fackets: u32§__tcpi_last_data_sent: u32§__tcpi_last_ack_sent: u32§tcpi_last_data_recv: u32§__tcpi_last_ack_recv: u32§__tcpi_pmtu: u32§__tcpi_rcv_ssthresh: u32§tcpi_rtt: u32§tcpi_rttvar: u32§tcpi_snd_ssthresh: u32§tcpi_snd_cwnd: u32§__tcpi_advmss: u32§__tcpi_reordering: u32§__tcpi_rcv_rtt: u32§tcpi_rcv_space: u32§tcpi_snd_wnd: u32§tcpi_snd_bwnd: u32§tcpi_snd_nxt: u32§tcpi_rcv_nxt: u32§tcpi_toe_tid: u32§tcpi_snd_rexmitpack: u32§tcpi_rcv_ooopack: u32§tcpi_snd_zerowin: u32§__tcpi_pad: [u32; 26]Trait Implementations§
Auto Trait Implementations§
impl Freeze for tcp_info
impl RefUnwindSafe for tcp_info
impl Send for tcp_info
impl Sync for tcp_info
impl Unpin for tcp_info
impl UnwindSafe for tcp_info
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more