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

Data Fields

u32 next
 Next sample index in list. More...
 
u32 prev
 Previous sample index in list. More...
 
u32 min_seq
 Min seq number in sample. More...
 
u32 max_seq
 Max seq number. More...
 
u64 delivered
 Total delivered bytes for sample. More...
 
f64 delivered_time
 Delivered time when sample taken. More...
 
f64 tx_time
 Transmit time for the burst. More...
 
f64 first_tx_time
 Connection first tx time at tx. More...
 
u64 tx_in_flight
 In flight at tx time. More...
 
u64 tx_lost
 Lost at tx time. More...
 
tcp_bts_flags_t flags
 Sample flag. More...
 

Detailed Description

Definition at line 204 of file tcp_types.h.

Field Documentation

◆ delivered

u64 tcp_bt_sample_::delivered

Total delivered bytes for sample.

Definition at line 210 of file tcp_types.h.

◆ delivered_time

f64 tcp_bt_sample_::delivered_time

Delivered time when sample taken.

Definition at line 211 of file tcp_types.h.

◆ first_tx_time

f64 tcp_bt_sample_::first_tx_time

Connection first tx time at tx.

Definition at line 213 of file tcp_types.h.

◆ flags

tcp_bts_flags_t tcp_bt_sample_::flags

Sample flag.

Definition at line 216 of file tcp_types.h.

◆ max_seq

u32 tcp_bt_sample_::max_seq

Max seq number.

Set for rxt samples

Definition at line 209 of file tcp_types.h.

◆ min_seq

u32 tcp_bt_sample_::min_seq

Min seq number in sample.

Definition at line 208 of file tcp_types.h.

◆ next

u32 tcp_bt_sample_::next

Next sample index in list.

Definition at line 206 of file tcp_types.h.

◆ prev

u32 tcp_bt_sample_::prev

Previous sample index in list.

Definition at line 207 of file tcp_types.h.

◆ tx_in_flight

u64 tcp_bt_sample_::tx_in_flight

In flight at tx time.

Definition at line 214 of file tcp_types.h.

◆ tx_lost

u64 tcp_bt_sample_::tx_lost

Lost at tx time.

Definition at line 215 of file tcp_types.h.

◆ tx_time

f64 tcp_bt_sample_::tx_time

Transmit time for the burst.

Definition at line 212 of file tcp_types.h.


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