OpenMPI
0.1.1
|
Configuration info for a token bucket or set of token buckets. More...
#include <ratelim-internal.h>
Data Fields | |
size_t | read_rate |
How many bytes are we willing to read on average per tick? | |
size_t | read_maximum |
How many bytes are we willing to read at most in any one tick? | |
size_t | write_rate |
How many bytes are we willing to write on average per tick? | |
size_t | write_maximum |
How many bytes are we willing to write at most in any one tick? | |
struct timeval | tick_timeout |
unsigned | msec_per_tick |
Configuration info for a token bucket or set of token buckets.