From mboxrd@z Thu Jan 1 00:00:00 1970 From: dE Date: Mon, 19 May 2014 01:58:30 +0000 Subject: Re: Throttle traffic and apply QoS. Message-Id: <53796276.5090903@gmail.com> List-Id: References: <5378FC7B.8080206@gmail.com> In-Reply-To: <5378FC7B.8080206@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org On 05/19/14 00:16, Dave Taht wrote: > std technique is to use the ifb or imq device to throttle the incoming > and manage > both in and out with htb or hfsc + some aqm/packet scheduler. > > Examples can be seen in cerowrt's sqm-scripts, openwrt's qos-scripts, > and elsewhere like > > https://wiki.gentoo.org/wiki/Traffic_shaping > > On Sun, May 18, 2014 at 11:31 AM, dE wrote: >> Hi! >> >> I was wondering if I can throttle incoming and outgoing traffic to the >> Internet gateway and apply QoS to the queue that's formed cause of the >> throttling. My idea is to apply QoS on my end, cause the I got no control on >> the ISP's throttle. >> >> With this setup is it possible to keep the local network traffic unaffected? >> -- >> To unsubscribe from this list: send the line "unsubscribe lartc" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > Thanks! I'm using Gentoo itself and will be implementing on it.