Re: [codec] Multi-mode frame concatenation

"Benjamin M. Schwartz" <bmschwar@fas.harvard.edu> Fri, 29 July 2011 18:13 UTC

Return-Path: <bmschwar@fas.harvard.edu>
X-Original-To: codec@ietfa.amsl.com
Delivered-To: codec@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0914A21F875C for <codec@ietfa.amsl.com>; Fri, 29 Jul 2011 11:13:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.307
X-Spam-Level:
X-Spam-Status: No, score=-3.307 tagged_above=-999 required=5 tests=[AWL=0.292, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S-Wg6z-PfZLH for <codec@ietfa.amsl.com>; Fri, 29 Jul 2011 11:13:39 -0700 (PDT)
Received: from us25.unix.fas.harvard.edu (us25.unix.fas.harvard.edu [140.247.35.201]) by ietfa.amsl.com (Postfix) with ESMTP id 7552321F86C7 for <codec@ietf.org>; Fri, 29 Jul 2011 11:13:39 -0700 (PDT)
Received: from us25.unix.fas.harvard.edu (localhost.localdomain [127.0.0.1]) by us25.unix.fas.harvard.edu (Postfix) with ESMTP id D55DC1D79CB; Fri, 29 Jul 2011 14:13:38 -0400 (EDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=fas.harvard.edu; h= message-id:date:from:reply-to:mime-version:to:cc:subject :references:in-reply-to:content-type; s=mail; bh=DgnRgpBOUWiKDhw AWG4Kq3MlDl/MHwBAhPn31rVwMI8=; b=Pn+vG+ncwj2T8qw5u18GRLjPL2lyAuP A2QCqacRVDfcufSudAgZB92+TmonHgs3/wAk8s6ePwhhHZhga1ILYqVYuLcQpoTh rEgz7ByDBfFLbTFlc5S85WKuxXoJPId3lgeRiMTVswrw19vIrQBlXbWgimG2A4AE jRN5rRLHqp4Q=
DomainKey-Signature: a=rsa-sha1; c=simple; d=fas.harvard.edu; h= message-id:date:from:reply-to:mime-version:to:cc:subject :references:in-reply-to:content-type; q=dns; s=mail; b=ANyEFGoJf /aY6vAnDFkpJyH5ljYZHhqQYAPUWINlnawRZycqjumnzy1geXMEtuWpKe9g/854Y K5Z5hrs+cdUKRlFL9CY5BcPQauTSrgGazvok3IBdR85pvXOH09QywBCaDMHkmAg+ tzcrFiu0QK2sO26XnPndUibQdP3FtaVIXM=
Received: from [172.23.141.135] (bwhmaincampuspat25.partners.org [170.223.207.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bmschwar@fas) by us25.unix.fas.harvard.edu (Postfix) with ESMTPSA id C38C31D7941; Fri, 29 Jul 2011 14:13:38 -0400 (EDT)
Message-ID: <4E32F852.4070508@fas.harvard.edu>
Date: Fri, 29 Jul 2011 14:13:38 -0400
From: "Benjamin M. Schwartz" <bmschwar@fas.harvard.edu>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11
MIME-Version: 1.0
To: Ralph Giles <giles@thaumas.net>
References: <4E320353.5050505@fas.harvard.edu> <CAEW_Rkva4BmyXqVYzVHmuq3FX8yxRBp876P8pRRt_k2VeMGqXQ@mail.gmail.com> <4E32EE61.1040304@fas.harvard.edu> <CAEW_RksrWp+Jx2pbd=RN4mFxje=GXY0BfCNt2YLG4Y24YUj3bg@mail.gmail.com>
In-Reply-To: <CAEW_RksrWp+Jx2pbd=RN4mFxje=GXY0BfCNt2YLG4Y24YUj3bg@mail.gmail.com>
X-Enigmail-Version: 1.1.2
Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="------------enigDB114F5853E5E8A804ECEFDA"
Cc: "codec@ietf.org" <codec@ietf.org>
Subject: Re: [codec] Multi-mode frame concatenation
X-BeenThere: codec@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: bens@alum.mit.edu
List-Id: Codec WG <codec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codec>, <mailto:codec-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codec>
List-Post: <mailto:codec@ietf.org>
List-Help: <mailto:codec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codec>, <mailto:codec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Jul 2011 18:13:40 -0000

On 07/29/2011 01:53 PM, Ralph Giles wrote:
> Do you mean using lower values of M when the config field indicates
> the frame has a longer duration?

Nope.  I mean that once M is invalid, the other two bits are also
available for signaling.  I would not regard M=49, p=1, v=0 (byte==113) as
a multi-mode packet indicator, so it's still available for something else.

--Ben