FD.io VPP
v21.10.1-2-g0a485f517
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 270 of file tcp_types.h.
u32 tcp_errors_::above_ack_wnd |
Acks for data not sent.
Definition at line 275 of file tcp_types.h.
u32 tcp_errors_::above_data_wnd |
Some data in segment is above snd_wnd.
Definition at line 273 of file tcp_types.h.
u32 tcp_errors_::below_ack_wnd |
Acks for data below snd_una.
Definition at line 274 of file tcp_types.h.
u32 tcp_errors_::below_data_wnd |
All data in seg is below snd_una.
Definition at line 272 of file tcp_types.h.