From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from webmail.newmedia-net.de (smtps.newmedia-net.de [IPv6:2a05:a1c0:0:de::167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id C7D243B2A4 for ; Wed, 21 Aug 2019 03:31:36 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=newmedia-net.de; s=mikd; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject; bh=P3U+ikM2g/zx6/+arKNNZRPvDb2wAAkTHc6opgLzCFA=; b=szsg5MVLuk/sAEUOjJ8A3MfYmemPX2YtKDEgUnPqqiJ/wiyO6WIN4dYvwxVhQHwAj4J2Leu854ufw2OKh81YZEuSGx07jdNDlxt1b9UPpgRtlgZi8cp3tIw9Y082fHcijFgHRVLFfPPjNXJX1eTpbnxlVgACdHn5ANWi6eoK+6o=; To: Jonathan Morton Cc: =?UTF-8?Q?Toke_H=c3=b8iland-J=c3=b8rgensen?= , Dave Taht , "cake@lists.bufferbloat.net >> Cake List" References: <384866b4-4c91-cf2c-c267-ee4036e5fbf7@newmedia-net.de> <87wof7sriw.fsf@toke.dk> <6782ec15-30eb-63b0-f54f-376c5e6b840b@newmedia-net.de> <87tvabsp99.fsf@toke.dk> <74bccc2b-b805-255f-b6a7-83ade9af6765@newmedia-net.de> <87r25fsn70.fsf@toke.dk> <54438C64-C613-438E-9CB9-6C6D0C5EAFA0@gmail.com> From: Sebastian Gottschall Message-ID: <3d3b6b49-6a8a-c645-e26d-999699c13fa1@newmedia-net.de> Date: Wed, 21 Aug 2019 09:30:33 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <54438C64-C613-438E-9CB9-6C6D0C5EAFA0@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Received: from [2003:c9:3f25:1300:e947:ab73:1d88:4792] by webmail.newmedia-net.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1i0L5r-0004UB-70; Wed, 21 Aug 2019 09:31:43 +0200 Subject: Re: [Cake] cake in dd-wrt X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2019 07:31:37 -0000 Am 20.08.2019 um 21:07 schrieb Jonathan Morton: >> On 20 Aug, 2019, at 9:39 pm, Sebastian Gottschall wrote: >> >> …a heavy bittorrent downloader will still steal the bandwidth of my scp session. > If you can identify the Bittorrent packets, you can mark them CS1, and switch on Cake's "diffserv3" mode (as it is by default). Then the Bittorrent packets will still be able to use full bandwidth if it's available, but will be limited to 1/16th of the total if there is contention. we have already priorisation class system in the gui which was used in the past which offers more classes than offered but this isnt the point here. it wont be limited to a 1/16 if we have multiple lan interfaces or different settings per user (specified by mac or ip/net). so we need a cake instance for each lan interface but these cake instances dont know of each other. so each will use the full bandwidth available its not just about limiting a single service on a single interface. this isnt a problem > > - Jonathan Morton