iPXE
Data Fields
tcp_window_scale_option Struct Reference

TCP window scale option. More...

#include <tcp.h>

Data Fields

uint8_t kind
 
uint8_t length
 
uint8_t scale
 

Detailed Description

TCP window scale option.

Definition at line 58 of file tcp.h.

Field Documentation

◆ kind

uint8_t tcp_window_scale_option::kind

Definition at line 59 of file tcp.h.

Referenced by tcp_xmit_sack().

◆ length

uint8_t tcp_window_scale_option::length

Definition at line 60 of file tcp.h.

Referenced by tcp_xmit_sack().

◆ scale

uint8_t tcp_window_scale_option::scale

Definition at line 61 of file tcp.h.

Referenced by tcp_xmit_sack().


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