userver: server::websocket::Config Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
server::websocket::Config Struct Referencefinal

Public Attributes

unsigned max_remote_payload = 65536
 
unsigned fragment_size = 65536
 

Detailed Description

Definition at line 48 of file server.hpp.

Member Data Documentation

◆ fragment_size

unsigned server::websocket::Config::fragment_size = 65536

Definition at line 50 of file server.hpp.

◆ max_remote_payload

unsigned server::websocket::Config::max_remote_payload = 65536

Definition at line 49 of file server.hpp.


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