...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Set the automatic fragmentation option.
void auto_fragment( bool value);
Determines if outgoing message payloads are broken up into multiple pieces. When the automatic fragmentation size is turned on, outgoing message payloads are broken up into multiple frames no larger than the write buffer size. The default setting is to fragment messages.
Name |
Description |
---|---|
|
A |
Setting the automatic fragmentation option:
ws.auto_fragment( true );