iPXE
tcp_options Struct Reference

Parsed TCP options. More...

#include <tcp.h>

Data Fields

const struct tcp_window_scale_optionwsopt
 Window scale option, if present.
const struct tcp_sack_permitted_optionspopt
 SACK permitted option, if present.
const struct tcp_timestamp_optiontsopt
 Timestamp option, if present.

Detailed Description

Parsed TCP options.

Definition at line 143 of file tcp.h.

Field Documentation

◆ wsopt

const struct tcp_window_scale_option* tcp_options::wsopt

Window scale option, if present.

Definition at line 145 of file tcp.h.

◆ spopt

const struct tcp_sack_permitted_option* tcp_options::spopt

SACK permitted option, if present.

Definition at line 147 of file tcp.h.

◆ tsopt

const struct tcp_timestamp_option* tcp_options::tsopt

Timestamp option, if present.

Definition at line 149 of file tcp.h.


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