FD.io VPP  v20.01-48-g3e0dafb74
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...
 
u32 delivered
 Bytes delivered in interval_time. More...
 
u32 acked_and_sacked
 Bytes acked + sacked now. More...
 
u32 lost
 Bytes lost now. More...
 
tcp_bts_flags_t flags
 Rate sample flags from bt sample. More...
 

Detailed Description

Definition at line 276 of file tcp.h.

Field Documentation

◆ acked_and_sacked

u32 tcp_rate_sample_::acked_and_sacked

Bytes acked + sacked now.

Definition at line 284 of file tcp.h.

◆ delivered

u32 tcp_rate_sample_::delivered

Bytes delivered in interval_time.

Definition at line 283 of file tcp.h.

◆ flags

tcp_bts_flags_t tcp_rate_sample_::flags

Rate sample flags from bt sample.

Definition at line 286 of file tcp.h.

◆ interval_time

f64 tcp_rate_sample_::interval_time

Time to ack the bytes delivered.

Definition at line 281 of file tcp.h.

◆ lost

u32 tcp_rate_sample_::lost

Bytes lost now.

Definition at line 285 of file tcp.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 278 of file tcp.h.

◆ prior_time

f64 tcp_rate_sample_::prior_time

Delivered time of sample used for rate.

Definition at line 280 of file tcp.h.

◆ rtt_time

f64 tcp_rate_sample_::rtt_time

RTT for sample.

Definition at line 282 of file tcp.h.


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