Definition at line 276 of file tcp.h.
◆ 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
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 |
The documentation for this struct was generated from the following file: