FD.io VPP  v20.05-21-gb1500e9ff
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 268 of file tcp_types.h.

Field Documentation

◆ above_ack_wnd

u32 tcp_errors_::above_ack_wnd

Acks for data not sent.

Definition at line 273 of file tcp_types.h.

◆ above_data_wnd

u32 tcp_errors_::above_data_wnd

Some data in segment is above snd_wnd.

Definition at line 271 of file tcp_types.h.

◆ below_ack_wnd

u32 tcp_errors_::below_ack_wnd

Acks for data below snd_una.

Definition at line 272 of file tcp_types.h.

◆ below_data_wnd

u32 tcp_errors_::below_data_wnd

All data in seg is below snd_una.

Definition at line 270 of file tcp_types.h.


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