Re: [core] Review of draft-ietf-core-stateless-01 (editorial bits)

Klaus Hartke <hartke@projectcool.de> Sun, 04 August 2019 07:33 UTC

Return-Path: <hartke@projectcool.de>
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 0F3FF120074 for <core@ietfa.amsl.com>; Sun, 4 Aug 2019 00:33:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-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 SSMlF4lDDmE4 for <core@ietfa.amsl.com>; Sun, 4 Aug 2019 00:33:21 -0700 (PDT)
Received: from wp382.webpack.hosteurope.de (wp382.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8597::]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 75B17120046 for <core@ietf.org>; Sun, 4 Aug 2019 00:33:21 -0700 (PDT)
Received: from mail-qk1-f170.google.com ([209.85.222.170]); authenticated by wp382.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1huB14-0005Fr-OC; Sun, 04 Aug 2019 09:33:18 +0200
Received: by mail-qk1-f170.google.com with SMTP id 201so57915766qkm.9 for <core@ietf.org>; Sun, 04 Aug 2019 00:33:18 -0700 (PDT)
X-Gm-Message-State: APjAAAVYMlyb9wUDy7Zir4qb025qWYPP6iEQQ9Gqu3tecstlkCXubziK miOuONHrbdUkLMzSf4fZnyK9sBBv1v1fFCOQcjU=
X-Google-Smtp-Source: APXvYqzT79NhvQ50BI7yfTlJN39dFhleJtmsjbEKKtzup5GW1dN4qE3mX9sTDHku/wjjouBNw5/X9AzNC+FgJuqM0vY=
X-Received: by 2002:a37:274a:: with SMTP id n71mr89965181qkn.448.1564903997404; Sun, 04 Aug 2019 00:33:17 -0700 (PDT)
MIME-Version: 1.0
References: <3884679F-4236-42D5-A643-0957D1B6F3C9@arm.com>
In-Reply-To: <3884679F-4236-42D5-A643-0957D1B6F3C9@arm.com>
From: Klaus Hartke <hartke@projectcool.de>
Date: Sun, 04 Aug 2019 09:32:40 +0200
X-Gmail-Original-Message-ID: <CAAzbHvZaOO3=TTpuq_S2rf1i2vkqbNja43GL63i_NKA4SfnRzw@mail.gmail.com>
Message-ID: <CAAzbHvZaOO3=TTpuq_S2rf1i2vkqbNja43GL63i_NKA4SfnRzw@mail.gmail.com>
To: Thomas Fossati <Thomas.Fossati@arm.com>
Cc: "core@ietf.org" <core@ietf.org>
Content-Type: text/plain; charset="UTF-8"
X-bounce-key: webpack.hosteurope.de; hartke@projectcool.de; 1564904001; 6b7f0df3;
X-HE-SMSGID: 1huB14-0005Fr-OC
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/bX9lvGF_YFL4ewu7K1Oizuv4z6A>
Subject: Re: [core] Review of draft-ietf-core-stateless-01 (editorial bits)
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: Sun, 04 Aug 2019 07:33:24 -0000

Thomas Fossati wrote:
> Section 1.1 defines the shorthand Client and Server.  In the remainder
> of the memo these are not used and the long version "server or
> intermediary in the server role" and "client or intermediary in the
> client role" are used instead.  Either use the shorthand or drop them.

Removed in -02.

> Section 1.1
>    [...] such as state for generating tokens and congestion control
>
> s/generating tokens/request retransmission/ ?

Token generation is at the request/response sub-layer; retransmissions
are at the messaging sub-layer. I've made the following change in -02:

-(such as state for generating tokens and congestion control)
+(such as for token generation, message retransmission, and congestion control)

Thanks!

Klaus