summaryrefslogtreecommitdiff
path: root/accel-pppd/shaper/shaper.h
diff options
context:
space:
mode:
authorKozlov Dmitry <xeb@mail.ru>2012-02-28 13:25:37 +0400
committerKozlov Dmitry <xeb@mail.ru>2012-02-28 13:47:57 +0400
commitcf40442a413d04379711bd73a52372d3a3264ea4 (patch)
tree2695fa77df3478ceb6a5feea7c04ce86e7959a71 /accel-pppd/shaper/shaper.h
parent0144238b8e364dac353797368fe45cda5426d88d (diff)
downloadaccel-ppp-cf40442a413d04379711bd73a52372d3a3264ea4.tar.gz
accel-ppp-cf40442a413d04379711bd73a52372d3a3264ea4.zip
shaper: add cburst configuration option
Diffstat (limited to 'accel-pppd/shaper/shaper.h')
-rw-r--r--accel-pppd/shaper/shaper.h1
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);