Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
websocket::permessage_deflate::client_max_window_bits

Maximum client window bits to offer.

Synopsis
int client_max_window_bits = 15;
Description
Remarks

Due to a bug in ZLib, this value must be greater than 8.


PrevUpHomeNext