diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-02-28 13:25:37 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-02-28 13:47:57 +0400 |
commit | cf40442a413d04379711bd73a52372d3a3264ea4 (patch) | |
tree | 2695fa77df3478ceb6a5feea7c04ce86e7959a71 /accel-pppd/shaper/shaper.h | |
parent | 0144238b8e364dac353797368fe45cda5426d88d (diff) | |
download | accel-ppp-xebd-cf40442a413d04379711bd73a52372d3a3264ea4.tar.gz accel-ppp-xebd-cf40442a413d04379711bd73a52372d3a3264ea4.zip |
shaper: add cburst configuration option
Diffstat (limited to 'accel-pppd/shaper/shaper.h')
-rw-r--r-- | accel-pppd/shaper/shaper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/shaper/shaper.h b/accel-pppd/shaper/shaper.h index 2b0514b..bd2a718 100644 --- a/accel-pppd/shaper/shaper.h +++ b/accel-pppd/shaper/shaper.h @@ -14,6 +14,7 @@ extern double conf_latency; extern int conf_mpu; extern int conf_quantum; extern int conf_r2q; +extern int conf_cburst; extern int conf_ifb_ifindex; int install_limiter(struct ppp_t *ppp, int down_speed, int down_burst, int up_speed, int up_burst); |