Node.js  v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
http2_state Struct Reference

Data Fields

double session_state_buffer [IDX_SESSION_STATE_COUNT]
 
double stream_state_buffer [IDX_STREAM_STATE_COUNT]
 
uint32_t padding_buffer [PADDING_BUF_FIELD_COUNT]
 
uint32_t options_buffer [IDX_OPTIONS_FLAGS+1]
 
uint32_t settings_buffer [IDX_SETTINGS_COUNT+1]
 

Detailed Description

Definition at line 69 of file node_http2.cc.

Field Documentation

◆ options_buffer

uint32_t options_buffer[IDX_OPTIONS_FLAGS+1]

Definition at line 74 of file node_http2.cc.

Referenced by node::http2::Initialize().

◆ padding_buffer

uint32_t padding_buffer[PADDING_BUF_FIELD_COUNT]

Definition at line 73 of file node_http2.cc.

Referenced by node::http2::Initialize().

◆ session_state_buffer

double session_state_buffer[IDX_SESSION_STATE_COUNT]

Definition at line 71 of file node_http2.cc.

Referenced by node::http2::Initialize().

◆ settings_buffer

uint32_t settings_buffer[IDX_SETTINGS_COUNT+1]

Definition at line 75 of file node_http2.cc.

Referenced by node::http2::Initialize().

◆ stream_state_buffer

double stream_state_buffer[IDX_STREAM_STATE_COUNT]

Definition at line 72 of file node_http2.cc.

Referenced by node::http2::Initialize().


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