From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2001:470:dc45:1000::1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id DC6E73B29E for ; Fri, 16 Feb 2018 04:31:53 -0500 (EST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1518773512; bh=f7GJA+DViJZ9ag7v0dCfOXIWj3IiJqQJ5E7Ksw9xhjU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=qrPz9s8GpnKpq8244QA/enFYhELsEkNqpsXeCpr8W7FsGM35aa3gFj/u5eu8pWgwt 4iBTXiMyfXQvama2D8O1sY3ipGFL/kFvsOUCHI3zrYwlMb+XEDeCsWtfU9TFHo94Xe ayKhUpRSe1QENDqd9LyEJS/R/4QkEwcBKuFFhAW3iwQDHs+ANcSJH9jq5qU/9olLAs rATpEn39toXIH79xaQZaOXyiYsZi7nk19OLZedleJuecbbDS6h8IyVYEaP0nUy+2H0 JxjJxyYTARCrNo7U1vjDKiDFhHVZ7h84Y6K0YDguLk+aWV6fomK7/CgtoE2GsfoRKk lQ23GuRuoQWZg== To: Ingemar Johansson S , "bloat\@lists.bufferbloat.net" Cc: "richb.hanover\@gmail.com" In-Reply-To: References: Date: Fri, 16 Feb 2018 10:31:51 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87y3jt701k.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Bloat] Update to status of Make Wi-Fi Fast page? X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2018 09:31:54 -0000 Ingemar Johansson S writes: > Hi > > Thanks for the update and for the link to the conference paper. > One short question. Does the WiFi implementation support ECN ? Yes, it does (it shares the CoDel code with the fq_codel qdisc). The WiFi stack turns off ECN marking if the station bandwidth drops below 6 Mbps (as measured by rate control), but otherwise it will ECN mark for eligible flows instead of drop. :) -Toke