FD.io VPP  v19.08.1-401-g8e4ed521a
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...
 
tcp_bts_flags_t flags
 Sample flag. More...
 

Detailed Description

Definition at line 263 of file tcp.h.

Field Documentation

◆ delivered

u64 tcp_bt_sample_::delivered

Total delivered bytes for sample.

Definition at line 269 of file tcp.h.

◆ delivered_time

f64 tcp_bt_sample_::delivered_time

Delivered time when sample taken.

Definition at line 270 of file tcp.h.

◆ first_tx_time

f64 tcp_bt_sample_::first_tx_time

Connection first tx time at tx.

Definition at line 272 of file tcp.h.

◆ flags

tcp_bts_flags_t tcp_bt_sample_::flags

Sample flag.

Definition at line 273 of file tcp.h.

◆ max_seq

u32 tcp_bt_sample_::max_seq

Max seq number.

Set for rxt samples

Definition at line 268 of file tcp.h.

◆ min_seq

u32 tcp_bt_sample_::min_seq

Min seq number in sample.

Definition at line 267 of file tcp.h.

◆ next

u32 tcp_bt_sample_::next

Next sample index in list.

Definition at line 265 of file tcp.h.

◆ prev

u32 tcp_bt_sample_::prev

Previous sample index in list.

Definition at line 266 of file tcp.h.

◆ tx_time

f64 tcp_bt_sample_::tx_time

Transmit time for the burst.

Definition at line 271 of file tcp.h.


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