Re: [core] Connection ID

Carsten Bormann <cabo@tzi.org> Wed, 22 November 2017 16:07 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C4E21129421 for <core@ietfa.amsl.com>; Wed, 22 Nov 2017 08:07:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level:
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
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 Kk1WehAI3uNA for <core@ietfa.amsl.com>; Wed, 22 Nov 2017 08:07:34 -0800 (PST)
Received: from mailhost.informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0879912940E for <core@ietf.org>; Wed, 22 Nov 2017 08:07:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de
Received: from submithost.informatik.uni-bremen.de (submithost.informatik.uni-bremen.de [134.102.201.11]) by mailhost.informatik.uni-bremen.de (8.14.5/8.14.5) with ESMTP id vAMG7RXU015305; Wed, 22 Nov 2017 17:07:27 +0100 (CET)
Received: from [192.168.217.119] (p5DC7E827.dip0.t-ipconnect.de [93.199.232.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by submithost.informatik.uni-bremen.de (Postfix) with ESMTPSA id 3yhnR31tZzzDWg8; Wed, 22 Nov 2017 17:07:27 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <AM4PR0801MB2706E393B2E0A19D9D7B821DFA200@AM4PR0801MB2706.eurprd08.prod.outlook.com>
Date: Wed, 22 Nov 2017 17:07:26 +0100
Cc: Klaus Hartke <hartke@projectcool.de>, Hannes Tschofenig <hannes.tschofenig@gmx.net>, "core@ietf.org WG" <core@ietf.org>
X-Mao-Original-Outgoing-Id: 533059646.453479-e92697c03181ce3ad8a424bc6340cfd6
Content-Transfer-Encoding: quoted-printable
Message-Id: <A6EECBDD-37B1-48DA-B0AC-89ECC7BDD798@tzi.org>
References: <2ab07f35-0f28-c33e-2345-6d8125a0ce43@gmx.net> <8CF8E49A-0EAF-481A-A589-2A00634562D4@tzi.org> <CAAzbHva4vksexWoR87qkomvv+npkfWXy8O8mkZEa+DiYRENnUg@mail.gmail.com> <AM4PR0801MB2706B7FF9050DD48ACFC4E0CFA200@AM4PR0801MB2706.eurprd08.prod.outlook.com> <CAAzbHvbVpjUo5wXnD2mh4CqGgn6kK=fiACRLMVKv8nmWbeWoKQ@mail.gmail.com> <AM4PR0801MB2706545529BF88732F6FB2FAFA200@AM4PR0801MB2706.eurprd08.prod.outlook.com> <CAAzbHvZtTjJ8rsjxo_T9XXjwC-PkK3siPeXXkjJgfmHomEiJAg@mail.gmail.com> <AM4PR0801MB2706E393B2E0A19D9D7B821DFA200@AM4PR0801MB2706.eurprd08.prod.outlook.com>
To: Hannes Tschofenig <Hannes.Tschofenig@arm.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/c9XzY3v36GH0NKmrOStRDTA8LcI>
Subject: Re: [core] Connection ID
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 22 Nov 2017 16:07:41 -0000

On Nov 22, 2017, at 17:03, Hannes Tschofenig <Hannes.Tschofenig@arm.com> wrote:
> 
> *: I wonder whether we said anything about this issue in the CoAP over TCP/TLS draft....

3.3:

   Responses MUST be returned over the same connection as
   the originating request.  

So CoAP over byte-stream is clearly scoped to the connection.

Grüße, Carsten