![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
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... | |
Definition at line 221 of file tcp_types.h.
| u32 tcp_rate_sample_::acked_and_sacked |
Bytes acked + sacked now.
Definition at line 231 of file tcp_types.h.
| u32 tcp_rate_sample_::delivered |
Bytes delivered in interval_time.
Definition at line 230 of file tcp_types.h.
| tcp_bts_flags_t tcp_rate_sample_::flags |
Rate sample flags from bt sample.
Definition at line 234 of file tcp_types.h.
| f64 tcp_rate_sample_::interval_time |
Time to ack the bytes delivered.
Definition at line 226 of file tcp_types.h.
| u32 tcp_rate_sample_::last_lost |
Bytes lost now.
Definition at line 232 of file tcp_types.h.
| u32 tcp_rate_sample_::lost |
Number of bytes lost over interval.
Definition at line 233 of file tcp_types.h.
| u64 tcp_rate_sample_::prior_delivered |
Delivered of sample used for rate, i.e., total bytes delivered at prior_time.
Definition at line 223 of file tcp_types.h.
| f64 tcp_rate_sample_::prior_time |
Delivered time of sample used for rate.
Definition at line 225 of file tcp_types.h.
| f64 tcp_rate_sample_::rtt_time |
RTT for sample.
Definition at line 227 of file tcp_types.h.
| u64 tcp_rate_sample_::tx_in_flight |
In flight at (re)transmit time.
Definition at line 228 of file tcp_types.h.
| u64 tcp_rate_sample_::tx_lost |
Lost over interval.
Definition at line 229 of file tcp_types.h.