Re: [rtcweb] Unsupported PPID (Re: draft-ietf-rtcweb-data-channel failure handling description)

Michael Tuexen <Michael.Tuexen@lurchi.franken.de> Wed, 27 August 2014 12:51 UTC

Return-Path: <Michael.Tuexen@lurchi.franken.de>
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 ECDDD1A069A for <rtcweb@ietfa.amsl.com>; Wed, 27 Aug 2014 05:51:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.219
X-Spam-Level:
X-Spam-Status: No, score=-2.219 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_DE=0.35, RP_MATCHES_RCVD=-0.668, SPF_HELO_PASS=-0.001] 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 yaTjlVW5bW7t for <rtcweb@ietfa.amsl.com>; Wed, 27 Aug 2014 05:51:02 -0700 (PDT)
Received: from mail-n.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3695A1A069D for <rtcweb@ietf.org>; Wed, 27 Aug 2014 05:51:01 -0700 (PDT)
Received: from [192.168.1.200] (p508F1C1B.dip0.t-ipconnect.de [80.143.28.27]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTP id 30A191C104E65; Wed, 27 Aug 2014 14:50:57 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
From: Michael Tuexen <Michael.Tuexen@lurchi.franken.de>
In-Reply-To: <53FDBE22.8080609@alvestrand.no>
Date: Wed, 27 Aug 2014 14:50:50 +0200
Content-Transfer-Encoding: quoted-printable
Message-Id: <2157C46C-E546-4BA1-BCB3-4A6B2B242104@lurchi.franken.de>
References: <20140811181357.613.72705.idtracker@ietfa.amsl.com> <53EEFDD3.6040607@omnitor.se> <53F1E05D.9040804@alvestrand.no> <5AC6FE2A-23B1-4BDE-ABE0-2D64AE750F60@lurchi.franken.de> <CABkgnnW05HW2kdEH49GfSTe1unCeqKUWguUqd29iMjOc1z5BAg@mail.gmail.com> <53FDBE22.8080609@alvestrand.no>
To: Harald Alvestrand <harald@alvestrand.no>
X-Mailer: Apple Mail (2.1878.6)
Archived-At: http://mailarchive.ietf.org/arch/msg/rtcweb/k_HM7R42LruHibqvVtFHbTiNuDQ
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] Unsupported PPID (Re: draft-ietf-rtcweb-data-channel failure handling description)
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: Wed, 27 Aug 2014 12:51:03 -0000

On 27 Aug 2014, at 13:16, Harald Alvestrand <harald@alvestrand.no> wrote:

> On 08/26/2014 11:22 PM, Martin Thomson wrote:
>> On 26 August 2014 13:36, Michael Tuexen
>> <Michael.Tuexen@lurchi.franken.de> wrote:
>>> What I don't understand how ignoring gives you extensibility. If one sides sends a new PPID, and
>>> the other sides ignores it, the sender (at the SCTP level) thinks that the message was received
>>> without any problem, since SCTP doesn't take the PPID into account. So user messages are lost.
>> I think that the use of a new PPID can be negotiated prior to use, so
>> there aren't big problems with any action recommended here.  Resetting
>> the stream might work, assuming that we can distinguish between an
>> error and a graceful close correctly, that is.
> 
> If there is negotiation, there is no problem.
> 
> If there is no negotiation, starting to use the new feature will either lead to ignored messages or lead to a crashed connection.
> 
> Ignored messages are not a problem if they form part of an ignorable extension (for instance if someone decided to once in a while send checksums over all the data sent so far - doesn't matter to those that don't understand it, since it doesn't carry any extra data).
> 
> Crashed connections are usually a problem, so that will mean "no unnegotiated extensions, ever".
> 
> I'm happy with either way of doing it, as long as we're explicit about it.
I agree with you, don't have a preference. Up to now the consensus was to close the channel...
I can add a sentence to make clear that this means no unnegotiated  extensions.

Best regards
Michael
> 
> 
> 
>