FD.io VPP  v19.08-27-gf4dcae4
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 294 of file tcp.h.

Field Documentation

u32 tcp_errors_::above_ack_wnd

Acks for data not sent.

Definition at line 299 of file tcp.h.

u32 tcp_errors_::above_data_wnd

Some data in segment is above snd_wnd.

Definition at line 297 of file tcp.h.

u32 tcp_errors_::below_ack_wnd

Acks for data below snd_una.

Definition at line 298 of file tcp.h.

u32 tcp_errors_::below_data_wnd

All data in seg is below snd_una.

Definition at line 296 of file tcp.h.


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