Home
last modified time | relevance | path

Searched defs:lws_h2_netconn (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h251 struct lws_h2_netconn { struct
252 struct http2_settings our_set;
253 struct http2_settings peer_set;
254 struct hpack_dynamic_table hpack_dyn_table;
255 uint8_t ping_payload[8];
256 uint8_t one_setting[LWS_H2_SETTINGS_LEN];
257 char goaway_str[32]; /* for rx */
258 struct lws *swsi;
259 struct lws_h2_protocol_send *pps; /* linked list */
261 enum http2_hpack_state hpack;
[all …]