Re: [DNSOP] Working Group Last Call on draft-ietf-dnsop-5966bis

Sara Dickinson <sara@sinodun.com> Wed, 14 October 2015 16:15 UTC

Return-Path: <sara@sinodun.com>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 431201ACD6E for <dnsop@ietfa.amsl.com>; Wed, 14 Oct 2015 09:15:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level:
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] 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 8m_z6U3F8VJR for <dnsop@ietfa.amsl.com>; Wed, 14 Oct 2015 09:15:41 -0700 (PDT)
Received: from shcp01.hosting.zen.net.uk (shcp01.hosting.zen.net.uk [88.98.24.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 49E3E1ACD6F for <dnsop@ietf.org>; Wed, 14 Oct 2015 09:15:41 -0700 (PDT)
Received: from [62.232.251.194] (port=29697 helo=virgo.sinodun.com) by shcp01.hosting.zen.net.uk with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.85) (envelope-from <sara@sinodun.com>) id 1ZmOiE-0005XN-Cb; Wed, 14 Oct 2015 17:15:35 +0100
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\))
From: Sara Dickinson <sara@sinodun.com>
In-Reply-To: <561E6EA2.8040707@bellis.me.uk>
Date: Wed, 14 Oct 2015 17:15:37 +0100
Content-Transfer-Encoding: quoted-printable
Message-Id: <89DCB947-95E9-4BEA-9B2E-813A37523477@sinodun.com>
References: <561813AA.30409@gmail.com> <20151010163432.GA10247@laperouse.bortzmeyer.org> <2DE38B36-6391-497D-832F-ABD6AD192F18@sinodun.com> <20151012203505.B4B943A435F0@rock.dv.isc.org> <D56F97D4-7D32-4A5D-B0B8-6EBF26C96761@sinodun.com> <561E5956.1030108@bellis.me.uk> <alpine.LSU.2.00.1510141550470.959@hermes-2.csi.cam.ac.uk> <561E6EA2.8040707@bellis.me.uk>
To: Ray Bellis <ray@bellis.me.uk>
X-Mailer: Apple Mail (2.2104)
X-OutGoing-Spam-Status: No, score=-1.0
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - shcp01.hosting.zen.net.uk
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - sinodun.com
X-Get-Message-Sender-Via: shcp01.hosting.zen.net.uk: authenticated_id: sara+sinodun.com/only user confirmed/virtual account not confirmed
Archived-At: <http://mailarchive.ietf.org/arch/msg/dnsop/YCkm0bc3c0XjnU71kyGU8V8SGZg>
Cc: Tony Finch <dot@dotat.at>, dnsop@ietf.org
Subject: Re: [DNSOP] Working Group Last Call on draft-ietf-dnsop-5966bis
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 14 Oct 2015 16:15:43 -0000

> On 14 Oct 2015, at 16:02, Ray Bellis <ray@bellis.me.uk> wrote:
> 
> 
> 
> On 14/10/2015 15:55, Tony Finch wrote:
> 
>> Yes. Perhaps "transport tuple" is an excessively clever way of saying
>> "same connection". When I wrote that I wanted to allow independent choice
>> of query ID per connection (rather than implying a single global ID).
> 
> Hmm, §6.2.1 talks about not re-using Message ID's but that's supposed to
> be in the context of a single connection.

> Across connections the Message ID space is of course independent.

Yes, it says:

“ When sending multiple queries over a TCP connection clients MUST take
   care to avoid Message ID collisions.  In other words, they MUST NOT
   re-use the DNS Message ID of an in-flight query. "

So maybe that should actually read (to avoid any doubt):

"  When sending multiple queries over a TCP connection clients MUST take
   care to avoid Message ID collisions.  In other words, they MUST NOT
   re-use the DNS Message ID of an in-flight query on the same TCP connection. “


And then the wording for section 7 can become:

“Since pipelined responses over TCP can arrive out-of-order, clients MUST match
 responses to outstanding queries on the same TCP connection using the DNS query ID. 
 If the response contains a question section the client MUST
 match the QNAME, QCLASS and QTYPE fields.”

Sara.