Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::protocols::http2::setting_parameter Struct Reference

SETTINGS frame parameter. More...

#include <frame.h>

Collaboration diagram for kcenon::network::protocols::http2::setting_parameter:
Collaboration graph

Public Attributes

uint16_t identifier
 Setting identifier.
 
uint32_t value
 Setting value.
 

Detailed Description

SETTINGS frame parameter.

Definition at line 237 of file frame.h.

Member Data Documentation

◆ identifier

uint16_t kcenon::network::protocols::http2::setting_parameter::identifier

Setting identifier.

Definition at line 239 of file frame.h.

◆ value

uint32_t kcenon::network::protocols::http2::setting_parameter::value

Setting value.

Definition at line 240 of file frame.h.


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