FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
tcp_options_t Struct Reference
+ Collaboration diagram for tcp_options_t:

Data Fields

u8 flags
 
u16 mss
 Option flags, see above. More...
 
u8 wscale
 Window scale advertised by peer. More...
 
u32 tsval
 Peer's timestamp value. More...
 
u32 tsecr
 Echoed/reflected time stamp. More...
 
sack_block_tsacks
 SACK blocks received. More...
 
u8 n_sack_blocks
 Number of SACKs blocks. More...
 

Detailed Description

Definition at line 143 of file tcp_packet.h.

Field Documentation

u8 tcp_options_t::flags

Definition at line 145 of file tcp_packet.h.

u16 tcp_options_t::mss

Option flags, see above.

Maximum segment size advertised by peer

Definition at line 148 of file tcp_packet.h.

u8 tcp_options_t::n_sack_blocks

Number of SACKs blocks.

Definition at line 153 of file tcp_packet.h.

sack_block_t* tcp_options_t::sacks

SACK blocks received.

Definition at line 152 of file tcp_packet.h.

u32 tcp_options_t::tsecr

Echoed/reflected time stamp.

Definition at line 151 of file tcp_packet.h.

u32 tcp_options_t::tsval

Peer's timestamp value.

Definition at line 150 of file tcp_packet.h.

u8 tcp_options_t::wscale

Window scale advertised by peer.

Definition at line 149 of file tcp_packet.h.


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