From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id C3FFD3B25E for ; Wed, 12 Oct 2016 01:52:15 -0400 (EDT) Received: by mail-oi0-x233.google.com with SMTP id t73so50056510oie.1 for ; Tue, 11 Oct 2016 22:52:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=egcKtwtw9H1fCT+h4fMpQApZoJNGNbGutsQa1mvG2Iw=; b=AkSOQ4A0DWMSQJ7d0R8L6xx25vcidQh+z0+3hsi57x6xGk0EnDKtQjyBhsnDygUU82 J7vftOCCaUGwX5IvCHmd5KFxQEnFgOcAtckqPoj63oajXwJ7c4Dr1Un/G+sFNVXk6O1W PaTil6eto6tvQtWzaDqrz0SlYM24XNUY756BU109pDnfTBqq7qiBdN9OrVWO+Nk5aZvx QaRYjr617Jio0yBDS3WGsBUWG1mnkTQgzXMxH6+hLHzlBAY6iPnn7hU0/WKwUUi/WXKi qoHnX40oIiSqLu03zHVWT42dMK65rVF4drxuRecM2v60EATQSO7d1ti9bY484aXzqiiZ /Nbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=egcKtwtw9H1fCT+h4fMpQApZoJNGNbGutsQa1mvG2Iw=; b=Apj9ew85oQ44JYcE1vTHKY61ibcSLhOjbfa+2Mfg3TSFzVqBKaoU9Zb+7F4Dp3AUYB LaM522EiVNuXpmX63UivM3FkghkdsckxMIkbRREyibf4/gAwMePgDCEpOSycazcZXPeV S59CZNiEXq3b5VZi8+kfPDS9HmIIOY8W/lN12SCk/w2yq77W2IXfeeD79LCWwE4/jHFS metSMBFyQzfzw2z3zJeEhP0Wkhdzo1QbJoe814Zp3qm27GPVyCK/S3azpBR9Ux5JSVRz T2wQD5D4mzikUYx3f+zma6sHkpEhtY4PdqzK7eHh/HdqYDg/H2W37jg0PLlkfOSP/SX9 whhA== X-Gm-Message-State: AA6/9RmfCyL1ePhzxGXPPYKHBqQMbh5tHDmQ/0/uqzzLikdZsLGgv3VjtWQFy+ZGZpqA6TS0clSrJL0CUk/0KA== X-Received: by 10.202.218.87 with SMTP id r84mr4721002oig.183.1476251535021; Tue, 11 Oct 2016 22:52:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.49.136 with HTTP; Tue, 11 Oct 2016 22:52:14 -0700 (PDT) From: ching lu Date: Wed, 12 Oct 2016 13:52:14 +0800 Message-ID: To: cake@lists.bufferbloat.net Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Wed, 12 Oct 2016 03:14:23 -0400 Subject: [Cake] diffserv based on firewall mark 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, 12 Oct 2016 05:52:15 -0000 My current config is HTB+fq-codel. I deprioritize bittorrent traffic by marking related connections in iptables (e.g. detect by port number) and route them to corresponding HTB class and qdisc. How can i archive the same goal using the cake qdisc? I am aware that cake supports Diffserv by DSCP, but i think it is not applicable 1. i do not know to turn on DSCP for Winodws 8 (or above) client <- someone may know 2. ingress traffic do not have DSCP Thanks in advance