FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
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... | |
Definition at line 273 of file tcp_types.h.
u32 tcp_errors_::above_ack_wnd |
Acks for data not sent.
Definition at line 278 of file tcp_types.h.
u32 tcp_errors_::above_data_wnd |
Some data in segment is above snd_wnd.
Definition at line 276 of file tcp_types.h.
u32 tcp_errors_::below_ack_wnd |
Acks for data below snd_una.
Definition at line 277 of file tcp_types.h.
u32 tcp_errors_::below_data_wnd |
All data in seg is below snd_una.
Definition at line 275 of file tcp_types.h.