...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
A rate policy with simple, configurable limits on reads and writes.
Defined in header <boost/beast/core/rate_policy.hpp>
class simple_rate_policy
Name |
Description |
---|---|
Set the limit of bytes per second to read. |
|
Set the limit of bytes per second to write. |
This rate policy allows for simple individual limits on the amount of bytes per second allowed for reads and writes.