WebSocket++  0.8.3-dev
C++ websocket client/server library
Public Types | Static Public Attributes | List of all members
websocketpp::config::core_client::permessage_deflate_config Struct Reference

Extension specific settings: More...

#include <core_client.hpp>

Public Types

typedef core_client::request_type request_type
 

Static Public Attributes

static const bool allow_disabling_context_takeover = true
 
static const uint8_t minimum_outgoing_window_bits = 8
 

Detailed Description

Extension specific settings:

permessage_deflate extension

Definition at line 257 of file core_client.hpp.

Member Data Documentation

◆ allow_disabling_context_takeover

const bool websocketpp::config::core_client::permessage_deflate_config::allow_disabling_context_takeover = true
static

If the remote endpoint requests that we reset the compression context after each message should we honor the request?

Definition at line 262 of file core_client.hpp.

◆ minimum_outgoing_window_bits

const uint8_t websocketpp::config::core_client::permessage_deflate_config::minimum_outgoing_window_bits = 8
static

If the remote endpoint requests that we reduce the size of the LZ77 sliding window size this is the lowest value that will be allowed. Values range from 8 to 15. A value of 8 means we will allow any possible window size. A value of 15 means do not allow negotiation of the window size (ie require the default).

Definition at line 269 of file core_client.hpp.


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