General list for discussing Bufferbloat
 help / color / mirror / Atom feed
From: Benjamin Cronce <bcronce@gmail.com>
To: David Lang <david@lang.hm>
Cc: Noah Causin <n0manletter@gmail.com>, bloat <bloat@lists.bufferbloat.net>
Subject: Re: [Bloat] fixing bufferbloat in 2017
Date: Wed, 23 Nov 2016 12:05:27 -0600	[thread overview]
Message-ID: <CAJ_ENFGjeQExomN07fg6Xv3Wq0HMO26j01bpp7dQQvEVePiRxw@mail.gmail.com> (raw)
In-Reply-To: <nycvar.QRO.7.75.62.1611230955570.9765@qynat-yncgbc>

[-- Attachment #1: Type: text/plain, Size: 4063 bytes --]

On Wed, Nov 23, 2016 at 11:56 AM, David Lang <david@lang.hm> wrote:

> that doesn't even do 5GHz, so your wifi performance will be cripped by
> interference and the lack of available bandwidth.
>
>
> On Wed, 23 Nov 2016, Noah Causin wrote:
>
> There is a company called Netduma which sells a product called the Netduma
>> R1 Router.  It's main feature is reducing lag.  It does this through QOS
>> and GEO-IP Filtering.  (Limiting available servers to your local region =
>> reduced RTT)
>>
>> It seems relatively popular in the gaming world, especially console.
>>
>> It is based on OpenWRT Chaos Calmer: https://netduma.com/opensource/
>>
>> It has an advanced QOS system that already uses FQ_Codel.
>>
>> Here are the hardware specs:
>>
>> https://netduma.com/features/hardware/
>>
>> I assume it has an ath9k.
>>
>> Maybe they could implement the ath9k fq_codel and airtime patches.
>>
>> The user base that buys this product seems like they would be more
>> familiar with setting up routers than the average person.
>>
>> On 11/23/2016 12:31 PM, Mikael Abrahamsson wrote:
>>
>>> On Wed, 23 Nov 2016, Benjamin Cronce wrote:
>>>
>>> If there is a simple affordable solution, say Open/DD-WRT distro based
>>>> bridge that all you do is configure your up/down bandwidth and it applies
>>>> Codel/fq-Codel/Cake, then all you need to do is drive up awareness. A good
>>>> channel for awareness would be getting in contact with popular Twitch or
>>>> YouTube gaming streamers. But I wouldn't put much effort into driving up
>>>> awareness until there is a device that people can easily acquire, use, and
>>>> afford. At first I was thinking of telling people to use *-WRT supporting
>>>> routers, but changing the firmware on your router requires too much
>>>> research, and many people care about bleeding edge features. You need
>>>> something that works in tangent with whatever they are using.
>>>>
>>>
>>> If Comcast sells you 100/20 (I have no idea if this is a thing), you set
>>> your upstream on this box to 18 meg fq_codel, and then Comcast
>>> oversubscribes you so you only get 15 meg up part of the time, then you're
>>> still bloated by the modem. This is not a solution.
>>>
>>> I don't think "buy $thing, install *WRT on it, configure it like this"
>>> is above most gamers, but I'm afraid we don't even have a working solution
>>> for someone with that kind of skillset.
>>>
>>
I would be curious to know what the 80/20 rule is. Can we reach it with
what I described? The other way to handle the situation you mentioned is to
tell the end users they can trade more bandwidth for a less likely chance
of having high latency, depending on the stability of their ISP.

There is also the strange issue of crazy high bursts from video streaming
services. I know Netflix is working on the packet-pacing problem with
FreeBSD, but I've done packet-dumps from several streaming providers and
the issue seems to be with TCP with transient activity and data transfers
that with in the TCP transmit window. A 5Mb/s average really turns into a
40Gb/s burst of 256KiB of data 3 times a second. Since the buffers are
large, they don't drop anything. The bigger issue is the end-user sees an
"average" ping that is low, but they get constant transient oddities while
gaming and can't figure out why someone streaming 5Mb/s is hosing their
100Mb connection.

Most people only have a 1Gb network link, so a 40Gb burst won't get through
anyway, but they will see a 1Gb burst dragged out 40x longer, giving a
bridging device time to drop a packet or two and signal TCP to back-off.
Looking at my WAN port, I actually see back-to-back packets at 1Gb
line-rate from Netflix, Hulu, Youtube, and Twitch for long lived
connections that have periodic activity.

>
>>>
>> _______________________________________________
>> Bloat mailing list
>> Bloat@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/bloat
>>
>> _______________________________________________
> Bloat mailing list
> Bloat@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/bloat
>

[-- Attachment #2: Type: text/html, Size: 5962 bytes --]

  reply	other threads:[~2016-11-23 18:05 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-22 15:32 Dave Taht
2016-11-22 16:19 ` Jan Ceuleers
2016-11-22 16:25   ` Dave Taht
2016-11-22 16:38     ` Jim Gettys
2016-11-23  8:28     ` Mikael Abrahamsson
2016-11-23 11:04       ` Jonathan Morton
2016-11-23 11:59       ` Kelvin Edmison
2016-11-23 13:31         ` Pedro Tumusok
2016-11-23 14:05           ` Mário Sérgio Fujikawa Ferreira
2016-11-23 17:20           ` Mikael Abrahamsson
2016-11-23 17:27             ` Benjamin Cronce
2016-11-23 17:31               ` Mikael Abrahamsson
2016-11-23 17:40                 ` Sebastian Moeller
2016-11-23 17:50                 ` Noah Causin
2016-11-23 17:56                   ` David Lang
2016-11-23 18:05                     ` Benjamin Cronce [this message]
2016-11-23 18:38                       ` David Lang
2016-11-23 19:29                         ` Benjamin Cronce
2016-11-23 19:42                           ` David Lang
2016-11-23 20:20                             ` Dave Taht
2016-11-23 17:54                 ` David Lang
2016-11-23 18:09                   ` Mikael Abrahamsson
2016-11-23 18:18                     ` Sebastian Moeller
2016-11-23 18:24                       ` Dave Taht
2016-11-23 20:39                         ` Toke Høiland-Jørgensen
2016-11-23 19:13                       ` David Lang
2016-11-23 18:17                   ` Dave Taht
2016-11-23 15:32 ` Pedretti Fabio
2016-11-23 19:29   ` Stephen Hemminger
2016-11-23 19:22 ` Dave Taht
     [not found] <mailman.447.1479909940.3555.bloat@lists.bufferbloat.net>
2016-11-23 18:16 ` Rich Brown
2016-11-23 18:46   ` David Lang
2016-11-23 18:58     ` Jonathan Morton
2016-11-23 19:15       ` David Lang
2016-11-23 20:37       ` Toke Høiland-Jørgensen
     [not found] <mailman.454.1479929363.3555.bloat@lists.bufferbloat.net>
2016-11-26 15:33 ` [Bloat] Fixing " Rich Brown
2016-11-27  1:53   ` Aaron Wood
2016-11-27  6:10     ` Mikael Abrahamsson
2016-11-27 21:24   ` Dave Taht
2016-11-28  2:11     ` Kathleen Nichols
2016-11-28  2:16       ` Jim Gettys
2016-11-28  6:00         ` Jan Ceuleers
2016-11-28 12:48           ` David Collier-Brown
2016-11-28 15:12             ` Dave Taht
2016-11-28 15:23               ` Wesley Eddy
2016-11-28 15:35                 ` Dave Taht
2016-11-28 16:58                   ` Stephen Hemminger
2016-11-28 17:07                     ` Dave Taht
2016-11-28 19:02                       ` Jonathan Morton
2016-11-28 17:52                     ` Kathleen Nichols
2016-11-28 15:14             ` Pedro Tumusok
2016-11-28 15:23               ` Dave Taht
2016-11-28 15:10           ` Dave Taht
2016-11-28  2:47       ` David Lang

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/bloat.lists.bufferbloat.net/

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

  git send-email \
    --in-reply-to=CAJ_ENFGjeQExomN07fg6Xv3Wq0HMO26j01bpp7dQQvEVePiRxw@mail.gmail.com \
    --to=bcronce@gmail.com \
    --cc=bloat@lists.bufferbloat.net \
    --cc=david@lang.hm \
    --cc=n0manletter@gmail.com \
    /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