Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
From: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
To: John Yates <john@yates-sheets.org>
Cc: Cake List <cake@lists.bufferbloat.net>
Subject: Re: [Cake] Playing with ingredients = ruined the CAKE
Date: Sun, 31 May 2020 18:08:31 +0000	[thread overview]
Message-ID: <74B276D6-8CF0-4B85-B241-D1330B801462@darbyshire-bryant.me.uk> (raw)
In-Reply-To: <CAJnXXogZHu6Rv2RdVtZPh0MKrJL5UAmHsACDV2rG7Uq6KW74gw@mail.gmail.com>



> On 31 May 2020, at 18:26, John Yates <john@yates-sheets.org> wrote:
> 
> On Sun, May 31, 2020 at 1:08 PM Kevin Darbyshire-Bryant
> <kevin@darbyshire-bryant.me.uk> wrote:
>> I have absolutely no idea, don’t appear to have that thread :-)
> 
> Mea culpa.  Should have included this link to the thread:
> 
> https://lists.bufferbloat.net/pipermail/make-wifi-fast/2020-May/002860.html
> 
> /john

Ah, well after the initial excitement that ‘oh an application actually sets DSCP’ I checked what marking my zoom packets had on the next conference…to find… Best effort.  Crushing disappointment led to this in my firewall box:

#Zoom - connections go to Zoom with dest ports 8801-8810
$IPTABLES -t mangle -A QOS_MARK_F_${IFACE} -p udp -m udp -m set --match-set Zoom4 dst -m multiport --dports 8801:8810 -j DSCP --set-dscp-class CS3 -m comment --comment "Zoom CS3 VI"
$IP6TABLES -t mangle -A QOS_MARK_F_${IFACE} -p udp -m udp -m set --match-set Zoom6 dst -m multiport --dports 8801:8810 -j DSCP --set-dscp-class CS3 -m comment --comment "Zoom CS3 VI”

With dnsmasq configured to fill the Zoom4/6 ipsets with relevant IP addresses

ipset=/zoom.us/Zoom4,Zoom6 

Works a treat.

Cheers,

Kevin D-B

gpg: 012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A


  reply	other threads:[~2020-05-31 18:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-29 10:06 Kevin Darbyshire-Bryant
2020-05-29 15:24 ` Kevin Darbyshire-Bryant
2020-05-31 10:04   ` Kevin Darbyshire-Bryant
2020-05-31 16:38     ` John Yates
2020-05-31 17:08       ` Kevin Darbyshire-Bryant
2020-05-31 17:26         ` John Yates
2020-05-31 18:08           ` Kevin Darbyshire-Bryant [this message]
2020-05-31 19:01             ` Dave Taht
2020-05-31 19:25               ` Sebastian Moeller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.bufferbloat.net/postorius/lists/cake.lists.bufferbloat.net/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=74B276D6-8CF0-4B85-B241-D1330B801462@darbyshire-bryant.me.uk \
    --to=kevin@darbyshire-bryant.me.uk \
    --cc=cake@lists.bufferbloat.net \
    --cc=john@yates-sheets.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox