Re: [rtcweb] Congestion Control proposal

Randell Jesup <randell-ietf@jesup.org> Thu, 06 October 2011 23:13 UTC

Return-Path: <randell-ietf@jesup.org>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AD28D21F877F for <rtcweb@ietfa.amsl.com>; Thu, 6 Oct 2011 16:13:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.573
X-Spam-Level:
X-Spam-Status: No, score=-2.573 tagged_above=-999 required=5 tests=[AWL=0.026, BAYES_00=-2.599]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qH8r9cSXGl1M for <rtcweb@ietfa.amsl.com>; Thu, 6 Oct 2011 16:13:00 -0700 (PDT)
Received: from r2-chicago.webserversystems.com (r2-chicago.webserversystems.com [173.236.101.58]) by ietfa.amsl.com (Postfix) with ESMTP id 2A4C021F86EE for <rtcweb@ietf.org>; Thu, 6 Oct 2011 16:12:56 -0700 (PDT)
Received: from pool-173-49-141-165.phlapa.fios.verizon.net ([173.49.141.165] helo=[192.168.1.12]) by r2-chicago.webserversystems.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from <randell-ietf@jesup.org>) id 1RBxAe-00019x-N3 for rtcweb@ietf.org; Thu, 06 Oct 2011 18:16:08 -0500
Message-ID: <4E8E35C4.3000509@jesup.org>
Date: Thu, 06 Oct 2011 19:12:04 -0400
From: Randell Jesup <randell-ietf@jesup.org>
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1
MIME-Version: 1.0
To: rtcweb@ietf.org
References: <4E8DCA06.5060506@jesup.org> <4E8E3005.3090307@mti-systems.com>
In-Reply-To: <4E8E3005.3090307@mti-systems.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - r2-chicago.webserversystems.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - jesup.org
X-Source:
X-Source-Args:
X-Source-Dir:
Subject: Re: [rtcweb] Congestion Control proposal
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Real-Time Communication in WEB-browsers working group list <rtcweb.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/rtcweb>
List-Post: <mailto:rtcweb@ietf.org>
List-Help: <mailto:rtcweb-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 06 Oct 2011 23:13:00 -0000

Comments inline

On 10/6/2011 6:47 PM, Wesley Eddy wrote:
> On 10/6/2011 11:32 AM, Randell Jesup wrote:
>>
>> Data channels:
>>
>> If we use SCTP-DTLS-UDP, we can rely on SCTP's congestion-control,
>> perhaps
>> modified to "play nice" with the media streams, and to have some
>> amount of
>> known priority relative to them. (For example, if the media streams need
>> to back off and the data streams are using a consistent amount of
>> data, it
>> could reduce the amount or rate data is sent.) We also could pre-allocate
>> some amount of bandwidth to data, and so long as it's not using it media
>> could. Note that SCTP's congestion control is supposed to be in some
>> manner pluggable, so we could modify/replace it fairly easily.
>>
>> Worst case: it acts as a separate, TCP-friendly flow we compete with.
>>
>> If we have to use TCP-over-UDP, then that will be
>> congestion-controlled for
>> each individual flow, but the non-reliable channels will need separate
>> congestion control. Simplest would be to add RTP-like timestamps to the
>> non-reliable data channels so they could pulled into the framework of the
>> RTP channels as if they were bursty RTP data.
>  >
>  > ...
>>
>> JS Interface:
>>
>> We need to tell the application about bandwidth changes, and give it the
>> option of making choices, both in the allocation of bits among the
>> various
>> streams of data, and of the actual streams themselves (adding or shutting
>> down streams, or switching modes (mono/stereo, codecs possibly, etc)). If
>> the application doesn't care to make a choice we'll do it for them. We'll
>> also want the JS application to be able to affect the congestion-control
>> status of the data channels, so it could take bits from the data channels
>> without engendering a tug-of-war and temporary over-bandwidth/buffering.
>>
>
>
> I can't claim to fully understand the intended architecture from the
> description in this email, but something struck me as odd when in one
> breath it seems like data is flowing over TCP or SCTP (layered over
> UDP) and in another there's a separate algorithm (the Google one, or
> some modification) running for estimating bandwidth. Those seem
> mutually exclusive to me, unless I completely misunderstand the goal
> (which is entirely possible).

Well, I should note that the Google algorithm primarily estimates the 
buffer state of the bottleneck router, which indirectly is correlated to 
the bandwidth available at that instant.  And TCP & the default SCTP 
congestion control are loss-based AIMD algorithms, so at any point may 
have a view of available bandwidth that is inflated (due to bufferbloat) 
or too low (in recovery from a loss event(s)).  The fallback/simplest 
model would be to just consider the data channels under SCTP and the 
media channels to be separate flows, and let them fight for bandwidth as 
normal.

If we can make them work together or at least be respectful of each 
other to avoid "fighting", that would be better.  The app may be able to 
help us by indicated the type of data to be transferred and the relative 
priority of it.  (Background file transfers might stick to a small 
percentage of the bandwidth unless bandwidth is very high; a game may 
give priority to one stream of data over both media and other data 
streams - it's unclear currently if we'll be able to support that, but 
it would be nice.)

> Reporting changes to the application is another matter with its own
> challenges in either case, since the way the application responds will
> limit what the CC can do afterwards (without additional probing).
>
> If running TCP or SCTP, the congestion window (cwnd) and RTT should be
> sufficient to convey the available bandwidth at a point in time. If
> anything lower is reported to the app, the cwnd will never open up
> because it will be application-limited, and if anything higher is
> reported, it will build up a queue in the sender that won't be
> drained any faster than the cwnd allows.

Don't forget that we normally will have a media channel active, and if 
video is being sent (and to a lesser extent audio, especially if we're 
using Opus) that media channel is adaptive and can adapt upwards to find 
the limits of bandwidth.  Involving the app is so that, if it wants, it 
can make more global decisions like "drop the second video stream", or 
"reduce the resolution", or "drop stereo", or "drop audio to narrowband 
to save bits for video".  Decisions like that are tough or impossible 
for webrtc to make on it's own because it doesn't have the context of 
the application to guide it.

That said, the interface and parameters and style for interacting with 
the JS app is the thing this posting is weakest on, since I'm not 
well-versed in the common API paradigms that JS app developers expect, 
and I'd love proposals for how we expose these choices and information 
to the app.

-- 
Randell Jesup
randell-ietf@jesup.org