From: bodea Date: Thu, 18 May 2006 14:40:31 +0000 (+0000) Subject: correct comment: throttle_speed rather than throttle_rate X-Git-Tag: release_2_1_19~5 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/92a3e929fb49a8393e46ac5c380e1737c304e22d correct comment: throttle_speed rather than throttle_rate --- diff --git a/autothrottle.c b/autothrottle.c index cd42365..2bc4c99 100644 --- a/autothrottle.c +++ b/autothrottle.c @@ -9,11 +9,11 @@ * lcp:interface-config#2=service-policy output N * * throttle=N - * throttle=yes (use throttle_rate from config) + * throttle=yes (use throttle_speed from config) * throttle=no */ -char const *cvs_id = "$Id: autothrottle.c,v 1.16 2005/10/11 09:04:53 bodea Exp $"; +char const *cvs_id = "$Id: autothrottle.c,v 1.17 2006/05/18 14:40:31 bodea Exp $"; int plugin_api_version = PLUGIN_API_VERSION; static struct pluginfuncs *f = 0;