OpenVPN
|
#include <shaper.h>
Data Fields | |
int | bytes_per_second |
struct timeval | wakeup |
double | factor |
int shaper::bytes_per_second |
Definition at line 49 of file shaper.h.
Referenced by shaper_current_bandwidth(), shaper_msg(), shaper_reset(), and shaper_wrote_bytes().
double shaper::factor |
Definition at line 53 of file shaper.h.
Referenced by shaper_reset(), and shaper_wrote_bytes().
struct timeval shaper::wakeup |
Definition at line 50 of file shaper.h.
Referenced by shaper_delay(), shaper_reset_wakeup(), and shaper_wrote_bytes().