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 a snapshot of the master branch, built from commit e83975fcee.
PrevUpHomeNext
websocket::permessage_deflate::client_max_window_bits

Maximum client window bits to offer.

Synopsis
int client_max_window_bits = 15;
Remarks

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


PrevUpHomeNext