OpenMPI  0.1.1
ev_token_bucket_cfg Struct Reference

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
 

Detailed Description

Configuration info for a token bucket or set of token buckets.


The documentation for this struct was generated from the following file: