Re: [hybi] Extensibility mechanisms?

"Thomson, Martin" <Martin.Thomson@andrew.com> Sun, 18 April 2010 23:20 UTC

Return-Path: <Martin.Thomson@andrew.com>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 0671D3A686D for <hybi@core3.amsl.com>; Sun, 18 Apr 2010 16:20:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.817
X-Spam-Level:
X-Spam-Status: No, score=-1.817 tagged_above=-999 required=5 tests=[AWL=0.782, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HHKpIPaXuir7 for <hybi@core3.amsl.com>; Sun, 18 Apr 2010 16:20:55 -0700 (PDT)
Received: from csmailgw1.commscope.com (csmailgw1.commscope.com [198.135.207.244]) by core3.amsl.com (Postfix) with ESMTP id 8E96428C0D9 for <hybi@ietf.org>; Sun, 18 Apr 2010 16:20:35 -0700 (PDT)
Received: from [10.86.20.103] ([10.86.20.103]:4701 "EHLO ACDCE7HC2.commscope.com") by csmailgw1.commscope.com with ESMTP id S18314712Ab0DRXU1 (ORCPT <rfc822; hybi@ietf.org>); Sun, 18 Apr 2010 18:20:27 -0500
Received: from SISPE7HC2.commscope.com (10.97.4.13) by ACDCE7HC2.commscope.com (10.86.20.103) with Microsoft SMTP Server (TLS) id 8.1.436.0; Sun, 18 Apr 2010 18:20:27 -0500
Received: from SISPE7MB1.commscope.com ([fe80::9d82:a492:85e3:a293]) by SISPE7HC2.commscope.com ([fe80::58c3:2447:f977:57c3%10]) with mapi; Mon, 19 Apr 2010 07:20:24 +0800
From: "Thomson, Martin" <Martin.Thomson@andrew.com>
To: Greg Wilkins <gregw@webtide.com>, Hybi <hybi@ietf.org>
Date: Mon, 19 Apr 2010 07:21:53 +0800
Thread-Topic: [hybi] Extensibility mechanisms?
Thread-Index: AcrdeidxYg/VsTIrSX+CYVHaMTRWlgB0xZDA
Message-ID: <8B0A9FCBB9832F43971E38010638454F03E7D06794@SISPE7MB1.commscope.com>
References: <h2w5c902b9e1004152345j992b815bz5f8d38f06a19181a@mail.gmail.com> <8B0A9FCBB9832F43971E38010638454F03E3F313E5@SISPE7MB1.commscope.com> <4BC85E60.10501@webtide.com> <4BC88266.7020502@webtide.com>
In-Reply-To: <4BC88266.7020502@webtide.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-BCN: Meridius 1000 Version 3.4 on csmailgw1.commscope.com
X-BCN-Sender: Martin.Thomson@andrew.com
Subject: Re: [hybi] Extensibility mechanisms?
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 18 Apr 2010 23:20:58 -0000

> Here is a more
> readable version of the BWTP draft (still not submitted yet).

Thanks Greg,

From this I see that your assumption is that the sub-protocol is entirely in control over the remaining 7 bits of frame type octet.

The only concern that I have (and I see that you share this concern) is that this doesn't enable a modular approach to adding features.  It's a bit of all-or-nothing.

--Martin