FD.io VPP  v19.08-27-gf4dcae4
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_rate
 Tx pacing rate. 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 247 of file tcp.h.

Field Documentation

u32 tcp_rate_sample_::acked_and_sacked

Bytes acked + sacked now.

Definition at line 256 of file tcp.h.

u32 tcp_rate_sample_::delivered

Bytes delivered in interval_time.

Definition at line 255 of file tcp.h.

tcp_bts_flags_t tcp_rate_sample_::flags

Rate sample flags from bt sample.

Definition at line 258 of file tcp.h.

f64 tcp_rate_sample_::interval_time

Time to ack the bytes delivered.

Definition at line 252 of file tcp.h.

u32 tcp_rate_sample_::lost

Bytes lost now.

Definition at line 257 of file tcp.h.

u64 tcp_rate_sample_::prior_delivered

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

Definition at line 249 of file tcp.h.

f64 tcp_rate_sample_::prior_time

Delivered time of sample used for rate.

Definition at line 251 of file tcp.h.

f64 tcp_rate_sample_::rtt_time

RTT for sample.

Definition at line 253 of file tcp.h.

u64 tcp_rate_sample_::tx_rate

Tx pacing rate.

Definition at line 254 of file tcp.h.


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