General list for discussing Bufferbloat
 help / color / mirror / Atom feed
From: Jonathan Morton <chromatix99@gmail.com>
To: Dave Taht <dave.taht@gmail.com>
Cc: bloat <bloat@lists.bufferbloat.net>
Subject: Re: [Bloat] tcp loss probes in linux 3.10
Date: Fri, 10 May 2013 02:43:26 +0300	[thread overview]
Message-ID: <0A071B88-52B6-4ADE-B3C6-F63B4E5798A8@gmail.com> (raw)
In-Reply-To: <CAA93jw4jizhh2643eNobO-o5o2hbu8c=rxg=ZAZ9y6Dm-nw6bA@mail.gmail.com>


On 10 May, 2013, at 2:01 am, Dave Taht wrote:

> I have to admit that the 96% figure strongly suggests some degree of bufferbloat in the tested mix here. I am curious however as to what other causes there might be, ranging from tcp bugs to glitches in the matrix? 

For the specific case of YouTube servers, the fact that the video stream is "bottled" so that only a few seconds of buffering-ahead are available to the client probably plays a role.  Sections of the file are released in bursts, filling any buffers en route.  There is a good chance that the end of a burst is often consumed by a subsequent tail-drop loss episode.  If the time between release bursts exceeds the RTO, then the RTO will be the only information (by default) reaching the server about the loss event.

The bursty release is worse for TCP than a free-streaming flow, because the latter would be largely self-timed by the steady return of ACKs, with the congestion window remaining full most of the time - so only the bottleneck queue fills up and overflows.  When a burst is released, however, other intermediate queues can also fill up and overflow, resulting in a larger number of lost packets - and yet a larger congestion window might result.

So it is still bufferbloat, but there can be strange and unintended interactions with some systems.

 - Jonathan Morton


      reply	other threads:[~2013-05-09 23:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-09 20:55 Dave Taht
2013-05-09 21:39 ` Hagen Paul Pfeifer
2013-05-09 23:01   ` Dave Taht
2013-05-09 23:43     ` Jonathan Morton [this message]

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=0A071B88-52B6-4ADE-B3C6-F63B4E5798A8@gmail.com \
    --to=chromatix99@gmail.com \
    --cc=bloat@lists.bufferbloat.net \
    --cc=dave.taht@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