Re: [rtcweb] Some language on "prioritization"
Harald Alvestrand <harald@alvestrand.no> Fri, 11 April 2014 07:23 UTC
Return-Path: <harald@alvestrand.no>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B1B141A0121 for <rtcweb@ietfa.amsl.com>; Fri, 11 Apr 2014 00:23:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.172
X-Spam-Level:
X-Spam-Status: No, score=-2.172 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.272] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FjGOP6x33BPT for <rtcweb@ietfa.amsl.com>; Fri, 11 Apr 2014 00:23:29 -0700 (PDT)
Received: from mork.alvestrand.no (mork.alvestrand.no [IPv6:2001:700:1:2::117]) by ietfa.amsl.com (Postfix) with ESMTP id 7EDD71A0106 for <rtcweb@ietf.org>; Fri, 11 Apr 2014 00:23:29 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mork.alvestrand.no (Postfix) with ESMTP id EE2AC7C51F0; Fri, 11 Apr 2014 09:23:27 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at alvestrand.no
Received: from mork.alvestrand.no ([127.0.0.1]) by localhost (mork.alvestrand.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SIhUfpFPM-Cz; Fri, 11 Apr 2014 09:23:27 +0200 (CEST)
Received: from [172.28.209.191] (unknown [74.125.57.33]) by mork.alvestrand.no (Postfix) with ESMTPSA id BCD8C7C51EF; Fri, 11 Apr 2014 09:23:26 +0200 (CEST)
Message-ID: <5347986D.5030307@alvestrand.no>
Date: Fri, 11 Apr 2014 09:23:25 +0200
From: Harald Alvestrand <harald@alvestrand.no>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
MIME-Version: 1.0
To: Michael Tuexen <Michael.Tuexen@lurchi.franken.de>
References: <5339A120.3040909@alvestrand.no> <53469905.1080302@alvestrand.no> <939ACBC6-B086-4F80-987F-082A202AF5D9@lurchi.franken.de>
In-Reply-To: <939ACBC6-B086-4F80-987F-082A202AF5D9@lurchi.franken.de>
X-Enigmail-Version: 1.6
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Archived-At: http://mailarchive.ietf.org/arch/msg/rtcweb/niThNpBaQWB4KgAYTh32FETm6a0
Cc: rtcweb@ietf.org
Subject: Re: [rtcweb] Some language on "prioritization"
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.15
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: Fri, 11 Apr 2014 07:23:34 -0000
On 04/11/2014 09:01 AM, Michael Tuexen wrote: > On 10 Apr 2014, at 15:13, Harald Alvestrand <harald@alvestrand.no> wrote: > >> Just checking... since there's been no comment to the main body of the text here (it's all been on the SCTP aspect), is it OK to include the text in my next version of the -transport draft? >> >> (I'm not responding to Karl's comments - it's at a completely different level of complexity.) >> >> Harald >> >> On 03/31/2014 07:08 PM, Harald Alvestrand wrote: >>> I see that I have promised to sugggest language for -transport- about >>> prioritization. >>> Here's an attempt. References and so on to be filled in later. >>> >>> Comments welcome - this is a first stab! >>> >>> -------------------------------------------- >>> The RTCWEB prioritization model is that the application tells the RTCWEB >>> implementation about the priority of media and data flows through an API. >>> >>> The priority associated with a media or data flow is classified as >>> "normal", "below normal", "high" or "very high". There are only four >>> priority levels at the API. >>> >>> The RTCWEB implementation is responsible for mapping these to protocol >>> mechanics at the protocol interfaces, and to behave appropriately when >>> choosing what packets to send when. >>> >>> [draft-dhesikan] specifies the mapping of the four levels of priority, >>> combined with the media type, to DSCP markings. This marking SHOULD be >>> done; the implementation MAY turn off use of DSCP markings if it detects >>> symptoms of unexpected behaviour like priority inversion or blocking of >>> packets with certain DSCP markings. The detection of these conditions is >>> implementation dependent. (Question: Does there need to be an API knob >>> to turn off DSCP markings?) >>> >>> When an RTCWEB implementation has packets to send on multiple streams >>> that are congestion-controlled under the same congestion controller, the >>> RTCWEB implementation SHOULD serve the streams in a weighted round-robin >>> fashion, with each level of priority being given twice the transmission >>> capacity of the level below; thus, when congestion occurs, a "very high" >>> priority flow will have the ability to send 8 times as much data as a >>> "below normal" flow if both have data to send. This prioritization is >>> independent of the media type, but will lead to packet loss due to full >>> send buffers occuring first on the highest volume flows at any given >>> priority level. The details of which packet to send first are >>> implementation defined. > The text reads good to me. >>> -- TODO: Specify a relative priority scheme that makes sense with SCTP, >>> with an appropriate reference. [draft-ietf-tsvwg-sctp-prpolicies] >>> specifies a priority policy, but it's about discarding packets, not >>> deciding which packets to send first, and it also makes it impossible to >>> specify time-bounded retransmission. -- > No sure about this TODO. The priorities in draft-ietf-tsvwg-sctp-prpolicies are > not related to the kind of priorities you describe above. Your above apply > also to reliable channels. We've already settled that none of the current policies in -ndata do what the WG wants (weighted round robin), so I think it's correct to leave this as a TODO, and punt this to TSVWG. > > Best regards > Michael >> _______________________________________________ >> rtcweb mailing list >> rtcweb@ietf.org >> https://www.ietf.org/mailman/listinfo/rtcweb >> -- Surveillance is pervasive. Go Dark.
- [rtcweb] Some language on "prioritization" Harald Alvestrand
- Re: [rtcweb] Some language on "prioritization" Martin Thomson
- Re: [rtcweb] Some language on "prioritization" Michael Tuexen
- Re: [rtcweb] Some language on "prioritization" Harald Alvestrand
- Re: [rtcweb] Some language on "prioritization" Matthew Kaufman (SKYPE)
- Re: [rtcweb] Some language on "prioritization" Karl Stahl
- Re: [rtcweb] Some language on "prioritization" Michael Tuexen
- Re: [rtcweb] Some language on "prioritization" Harald Alvestrand
- Re: [rtcweb] Some language on "prioritization" Michael Tuexen
- Re: [rtcweb] Some language on "prioritization" Jeremy Laurenson (jlaurens)
- Re: [rtcweb] Some language on "prioritization" Michael Tuexen
- Re: [rtcweb] Some language on "prioritization" Harald Alvestrand
- Re: [rtcweb] Some language on "prioritization" Paul Kyzivat
- Re: [rtcweb] Some language on "prioritization" Karl Stahl
- Re: [rtcweb] Some language on "prioritization" Michael Tuexen
- Re: [rtcweb] Some language on "prioritization" Harald Alvestrand
- Re: [rtcweb] Some language on "prioritization" Karl Stahl
- Re: [rtcweb] Some language on "prioritization" Paul Kyzivat
- Re: [rtcweb] Some language on "prioritization" Karl Stahl
- Re: [rtcweb] Some language on "prioritization" Simon Perreault
- Re: [rtcweb] Some language on "prioritization" Paul Kyzivat
- Re: [rtcweb] Some language on "prioritization" Karl Stahl
- Re: [rtcweb] Some language on "prioritization" Karl Stahl