Re: [bfcpbis] Comments on draft-ietf-bfcpbis-rfc4582bis-04
Tom Kristensen <tomkrist@cisco.com> Thu, 02 August 2012 17:00 UTC
Return-Path: <tomkrist@cisco.com>
X-Original-To: bfcpbis@ietfa.amsl.com
Delivered-To: bfcpbis@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4237921E80E0 for <bfcpbis@ietfa.amsl.com>; Thu, 2 Aug 2012 10:00:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.599
X-Spam-Level:
X-Spam-Status: No, score=-10.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
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 0CgU68ue+26I for <bfcpbis@ietfa.amsl.com>; Thu, 2 Aug 2012 10:00:31 -0700 (PDT)
Received: from ams-iport-4.cisco.com (ams-iport-4.cisco.com [144.254.224.147]) by ietfa.amsl.com (Postfix) with ESMTP id AD56621E80DB for <bfcpbis@ietf.org>; Thu, 2 Aug 2012 10:00:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=tomkrist@cisco.com; l=1492; q=dns/txt; s=iport; t=1343926830; x=1345136430; h=message-id:date:from:mime-version:to:cc:subject: references:in-reply-to:content-transfer-encoding; bh=8rTCL8pwSYzU8OOhAfevVeglx01Cm4RE3EhDU6rptiw=; b=HXrwiEMYPsRLUyZW4Ht07lX98hAf7rkooWCRwt7eZklwjrdIQO+pcCsM HART+EWltbHWLRt6JBA1nvnoNtv7DYxkRVib3WiJ3ivjH7oRSqVjO11ha VnRvz3gDG6tneDub8UkbNlN8lVMElhwIhVG4Gl5hfU81OgebdyZ05t9og Y=;
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AggFAAGxGlCQ/khN/2dsb2JhbABFtV+DOYEHgiABAQEDARIBJUEQCxgJJQ8CRgYNAQcBAR6HZQacbKBTi0qHBAOVR4VbiEyBZoJh
X-IronPort-AV: E=Sophos;i="4.77,702,1336348800"; d="scan'208";a="7088459"
Received: from ams-core-4.cisco.com ([144.254.72.77]) by ams-iport-4.cisco.com with ESMTP; 02 Aug 2012 17:00:29 +0000
Received: from [10.55.95.85] (dhcp-10-55-95-85.cisco.com [10.55.95.85]) by ams-core-4.cisco.com (8.14.5/8.14.5) with ESMTP id q72H0S5k019394; Thu, 2 Aug 2012 17:00:29 GMT
Message-ID: <501AB22C.60501@cisco.com>
Date: Thu, 02 Aug 2012 19:00:28 +0200
From: Tom Kristensen <tomkrist@cisco.com>
Organization: Cisco
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.10
MIME-Version: 1.0
To: "Alfred E. Heggestad" <aeh@db.org>
References: <50040E56.5000500@db.org>
In-Reply-To: <50040E56.5000500@db.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: bfcpbis@ietf.org
Subject: Re: [bfcpbis] Comments on draft-ietf-bfcpbis-rfc4582bis-04
X-BeenThere: bfcpbis@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: BFCPBIS working group discussion list <bfcpbis.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/bfcpbis>, <mailto:bfcpbis-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/bfcpbis>
List-Post: <mailto:bfcpbis@ietf.org>
List-Help: <mailto:bfcpbis-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/bfcpbis>, <mailto:bfcpbis-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 02 Aug 2012 17:00:31 -0000
On 07/16/2012 02:51 PM, Alfred E. Heggestad wrote: > Hi, > > > here is my review comments of draft-ietf-bfcpbis-rfc4582bis-04 Great! (I'll split my answers in separate messages per subsection) > > Section 5.1 > > >> R: The Transaction Responder (R) flag-bit has relevance only for use >> of BFCP over unreliable transport. When cleared, it indicates that >> this message is a request initiating a new transaction, and the >> Transaction ID that follows has been generated for this transaction. >> When set, it indicates that this message is a response to a previous >> request, and the Transaction ID that follows is the one associated >> with that request. When BFCP is used over reliable transports, the >> flag has no significance and SHOULD be cleared. > > suggest rewrite to .. "SHALL be cleared by the sender and ignored by > the receiver" If I recall correctly, the SHOULD is used since both the Fragmentation (F) flag bit and the Transaction Responder (R) flag bit is taken from the 5 bit reserved field in RFC4582. When used over reliable transport (and version==1), we'd like be backwards compatible and not mandate setting these bits to zero. (Even though the sender SHOULD indeed, and the receiver MUST ignore the reserved field). However, I agree that we should append "...[SHOULD be cleared] by the sender of the message and MUST be ignored by the receiver" to this sentence in question for both the R and F fields. OK? -- Tom
- [bfcpbis] Comments on draft-ietf-bfcpbis-rfc4582b… Alfred E. Heggestad
- Re: [bfcpbis] Comments on draft-ietf-bfcpbis-rfc4… Pal Martinsen (palmarti)
- Re: [bfcpbis] Comments on draft-ietf-bfcpbis-rfc4… Horvath, Ernst
- Re: [bfcpbis] Comments on draft-ietf-bfcpbis-rfc4… Tom Kristensen
- [bfcpbis] Section 6.3.2 issue - Re: Comments on d… Tom Kristensen
- [bfcpbis] Section 6.2 issue - Re: Comments on dra… Tom Kristensen