Re: [tsvwg] draft-dhesikan-tsvwg-rtcweb-qos

Cullen Jennings <fluffy@iii.ca> Tue, 09 July 2013 00:28 UTC

Return-Path: <fluffy@iii.ca>
X-Original-To: tsvwg@ietfa.amsl.com
Delivered-To: tsvwg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 716DE21F9B08 for <tsvwg@ietfa.amsl.com>; Mon, 8 Jul 2013 17:28:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.23
X-Spam-Level:
X-Spam-Status: No, score=-0.23 tagged_above=-999 required=5 tests=[AWL=-2.219, BAYES_00=-2.599, FRT_STOCK2=3.988, J_CHICKENPOX_102=0.6]
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 meqpZuuToHI5 for <tsvwg@ietfa.amsl.com>; Mon, 8 Jul 2013 17:28:26 -0700 (PDT)
Received: from mxout-08.mxes.net (mxout-08.mxes.net [216.86.168.183]) by ietfa.amsl.com (Postfix) with ESMTP id 4D9EB21F9B21 for <tsvwg@ietf.org>; Mon, 8 Jul 2013 17:28:24 -0700 (PDT)
Received: from sjc-vpn3-654.cisco.com (unknown [128.107.239.234]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 64492509B8; Mon, 8 Jul 2013 20:28:21 -0400 (EDT)
Content-Type: text/plain; charset="iso-8859-1"
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
From: Cullen Jennings <fluffy@iii.ca>
In-Reply-To: <CAA93jw6kFOfmZ=Bxt8K29q4Yt-ttkE3Z3f2VqPByfZegJfOncw@mail.gmail.com>
Date: Mon, 08 Jul 2013 17:28:21 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <1F2C212E-475E-403B-BC7E-DF94A25B8E3B@iii.ca>
References: <32AE7F11-A06E-40C1-A73C-5C69F252DAF9@iii.ca> <CAA93jw6kFOfmZ=Bxt8K29q4Yt-ttkE3Z3f2VqPByfZegJfOncw@mail.gmail.com>
To: Dave Taht <dave.taht@gmail.com>
X-Mailer: Apple Mail (2.1508)
Cc: DAN DRUTA <dd5826@att.com>, tsvwg@ietf.org
Subject: Re: [tsvwg] draft-dhesikan-tsvwg-rtcweb-qos
X-BeenThere: tsvwg@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Transport Area Working Group <tsvwg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tsvwg>, <mailto:tsvwg-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tsvwg>
List-Post: <mailto:tsvwg@ietf.org>
List-Help: <mailto:tsvwg-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tsvwg>, <mailto:tsvwg-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 09 Jul 2013 00:28:30 -0000

Good catch - thank you.

On Jul 8, 2013, at 5:00 PM, Dave Taht <dave.taht@gmail.com> wrote:

> On Mon, Jul 8, 2013 at 4:35 PM, Cullen Jennings <fluffy@iii.ca> wrote:
>> 
>> The draft-dhesikan-tsvwg-rtcweb-qos draft was discussed extensively when it was an individual draft then WG draft in another WG and I don't think there is much more to say about it. This is one of the normative dependencies of the webrtc work and that stuff is already getting implemented in browsers so I want to move this along in an expedient fashion.
>> 
>> I think it is ready for WGLC. If there are any issues people think need to be discussed before WGLC, please let us know so we can resolve them in Berlin.
>> 
>> Thanks, Cullen
>> 
> 
> Note: The sample code in the document does not include correct code
> for ipv6, which is more or less:
> 
> IPv6 DiffServ
> 
> IPv4   IPPROTO_IP     IP_TOS
> IPv6   IPPROTO_IPV6   IPV6_TCLASS
> 
> So, to set the DSCP in IPv6 you must use IPv6 Traffic Class field.
> 
> int ds = IPTOS_DSCP_AF11;
> int rc = setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, &ds, sizeof(ds));
> 
> see:
> 
> http://www.bufferbloat.net/issues/249
> 
> for more details
> 
> -- 
> Dave Täht
> 
> Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html