FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
tcp_errors_ Struct Reference

Data Fields

u32 below_data_wnd
 All data in seg is below snd_una. More...
 
u32 above_data_wnd
 Some data in segment is above snd_wnd. More...
 
u32 below_ack_wnd
 Acks for data below snd_una. More...
 
u32 above_ack_wnd
 Acks for data not sent. More...
 

Detailed Description

Definition at line 322 of file tcp.h.

Field Documentation

◆ above_ack_wnd

u32 tcp_errors_::above_ack_wnd

Acks for data not sent.

Definition at line 327 of file tcp.h.

◆ above_data_wnd

u32 tcp_errors_::above_data_wnd

Some data in segment is above snd_wnd.

Definition at line 325 of file tcp.h.

◆ below_ack_wnd

u32 tcp_errors_::below_ack_wnd

Acks for data below snd_una.

Definition at line 326 of file tcp.h.

◆ below_data_wnd

u32 tcp_errors_::below_data_wnd

All data in seg is below snd_una.

Definition at line 324 of file tcp.h.


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