FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
tcp_rate_sample_ Struct Reference

Data Fields

u64 prior_delivered
 Delivered of sample used for rate, i.e., total bytes delivered at prior_time. More...
 
f64 prior_time
 Delivered time of sample used for rate. More...
 
f64 interval_time
 Time to ack the bytes delivered. More...
 
f64 rtt_time
 RTT for sample. More...
 
u64 tx_in_flight
 In flight at (re)transmit time. More...
 
u64 tx_lost
 Lost over interval. More...
 
u32 delivered
 Bytes delivered in interval_time. More...
 
u32 acked_and_sacked
 Bytes acked + sacked now. More...
 
u32 last_lost
 Bytes lost now. More...
 
u32 lost
 Number of bytes lost over interval. More...
 
tcp_bts_flags_t flags
 Rate sample flags from bt sample. More...
 

Detailed Description

Definition at line 219 of file tcp_types.h.

Field Documentation

◆ acked_and_sacked

u32 tcp_rate_sample_::acked_and_sacked

Bytes acked + sacked now.

Definition at line 229 of file tcp_types.h.

◆ delivered

u32 tcp_rate_sample_::delivered

Bytes delivered in interval_time.

Definition at line 228 of file tcp_types.h.

◆ flags

tcp_bts_flags_t tcp_rate_sample_::flags

Rate sample flags from bt sample.

Definition at line 232 of file tcp_types.h.

◆ interval_time

f64 tcp_rate_sample_::interval_time

Time to ack the bytes delivered.

Definition at line 224 of file tcp_types.h.

◆ last_lost

u32 tcp_rate_sample_::last_lost

Bytes lost now.

Definition at line 230 of file tcp_types.h.

◆ lost

u32 tcp_rate_sample_::lost

Number of bytes lost over interval.

Definition at line 231 of file tcp_types.h.

◆ prior_delivered

u64 tcp_rate_sample_::prior_delivered

Delivered of sample used for rate, i.e., total bytes delivered at prior_time.

Definition at line 221 of file tcp_types.h.

◆ prior_time

f64 tcp_rate_sample_::prior_time

Delivered time of sample used for rate.

Definition at line 223 of file tcp_types.h.

◆ rtt_time

f64 tcp_rate_sample_::rtt_time

RTT for sample.

Definition at line 225 of file tcp_types.h.

◆ tx_in_flight

u64 tcp_rate_sample_::tx_in_flight

In flight at (re)transmit time.

Definition at line 226 of file tcp_types.h.

◆ tx_lost

u64 tcp_rate_sample_::tx_lost

Lost over interval.

Definition at line 227 of file tcp_types.h.


The documentation for this struct was generated from the following file: