<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="4"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<rfc category="std" docName="draft-ietf-dots-robust-blocks-06"
     ipr="trust200902">
  <front>
    <title abbrev="DOTS Robust Block Transmission">Distributed
    Denial-of-Service Open Threat Signaling (DOTS) Signal Channel
    Configuration Attributes for Robust Block Transmission</title>

    <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
      <organization>Orange</organization>

      <address>
        <postal>
          <street></street>

          <city>Rennes</city>

          <region></region>

          <code>35000</code>

          <country>France</country>
        </postal>

        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>

    <author fullname="Jon Shallow" initials="J." surname="Shallow">
      <organization></organization>

      <address>
        <postal>
          <street></street>

          <city></city>

          <region></region>

          <code></code>

          <country>United Kingdom</country>
        </postal>

        <email>supjps-ietf@jpshallow.com</email>
      </address>
    </author>

    <date />

    <workgroup>DOTS</workgroup>

    <keyword>Quick-Block</keyword>

    <keyword>Robust-Block</keyword>

    <keyword>R-Block</keyword>

    <keyword>Tough-Block</keyword>

    <keyword>Resilient-Block</keyword>

    <keyword>Fast-Block</keyword>

    <keyword>Resilience</keyword>

    <keyword>Filtering</keyword>

    <keyword>Faster transmission</keyword>

    <keyword>Large amounts of data</keyword>

    <keyword>Less packet interchange</keyword>

    <keyword>Fast recovery</keyword>

    <abstract>
      <t>This document specifies new DDoS Open Threat Signaling (DOTS) signal
      channel configuration parameters that can be negotiated between DOTS
      peers to enable the use of Q-Block1 and Q-Block2 CoAP options. These
      options enable robust and faster transmission rates for large amounts of
      data with less packet interchanges as well as supporting faster recovery
      should any of the blocks get lost in transmission (especially, during
      DDoS attacks).</t>

      <t>Also, this document defines a YANG data model for representing these
      new DOTS signal channel configuration parameters. This model augments
      the DOTS signal YANG module ("ietf-dots-signal-channel") defined in RFC
      9132.</t>
    </abstract>
  </front>

  <middle>
    <section anchor="introduction" title="Introduction">
      <t>The Constrained Application Protocol (CoAP) <xref
      target="RFC7252"></xref>, although inspired by HTTP, was designed to use
      UDP instead of TCP. The message layer of CoAP over UDP includes support
      for reliable delivery, simple congestion control, and flow control. The
      block-wise transfer <xref target="RFC7959"></xref> introduced the CoAP
      Block1 and Block2 options to handle data records that cannot fit in a
      single IP packet, so not having to rely on IP fragmentation. The
      block-wise transfer was further updated by <xref
      target="RFC8323"></xref> for use over TCP, TLS, and WebSockets.</t>

      <t>The CoAP Block1 and Block2 options work well in environments where
      there are no or minimal packet losses. These options operate
      synchronously where each individual block has to be requested and can
      only ask for (or send) the next block when the request for the previous
      block has completed. Packet, and hence block transmission rate, is
      controlled by Round-Trip Times (RTTs).</t>

      <t>There is a requirement for these blocks of data to be transmitted at
      higher rates under network conditions where there may be asymmetrical
      transient packet loss (e.g., responses may get dropped). An example is
      when a network is subject to a Distributed Denial of Service (DDoS)
      attack and there is a need for DDoS mitigation agents relying upon CoAP
      to communicate with each other (e.g., <xref target="RFC9244"></xref>).
      As a reminder, <xref target="RFC7959"></xref> recommends the use of
      Confirmable (CON) responses to handle potential packet loss. However,
      such a recommendation does not work with a flooded pipe DDoS situation
      because the returning ACK packets may not get through.</t>

      <t>The block-wise transfer specified in <xref target="RFC7959"></xref>
      covers the general case, but falls short in situations where packet loss
      is highly asymmetrical. The mechanism specified in <xref
      target="RFC9177"></xref> provides roughly similar features to the
      Block1/Block2 options, but provides additional properties that are
      tailored towards the intended DDoS Open Threat Signaling (DOTS)
      transmission. Concretely, <xref target="RFC9177"></xref> primarily
      targets applications such as DOTS that can't use Confirmable responses
      to handle potential packet loss and that support application-specific
      mechanisms to assess whether the remote peer is able to handle the
      messages sent by a CoAP endpoint (e.g., DOTS heartbeats in Section 4.7
      of <xref target="RFC9132"></xref>).</t>

      <t><xref target="RFC9177"></xref> includes guards to prevent a CoAP
      agent from overloading the network by adopting an aggressive sending
      rate. These guards are followed in addition to the existing CoAP
      congestion control as specified in Section 4.7 of <xref
      target="RFC7252"></xref> (mainly, PROBING_RATE). Table 1 lists the
      additional CoAP parameters that are used for the guards (Section 7.2 of
      <xref target="RFC9177"></xref>). Note that NON in this table refers to
      Non-confirmable.</t>

      <t><figure align="center">
          <artwork align="center"><![CDATA[+---------------------+-------------------+
| Parameter Name      |     Default Value |
+=====================+===================+
| MAX_PAYLOADS        |                10 |
| NON_MAX_RETRANSMIT  |                 4 |
| NON_TIMEOUT         |               2 s |
| NON_TIMEOUT_RANDOM  |     between 2-3 s |
| NON_RECEIVE_TIMEOUT |               4 s |
| NON_PROBING_WAIT    | between 247-248 s |
| NON_PARTIAL_TIMEOUT |             247 s |
+---------------------+-------------------+
 
Table 1: Congestion Control Parameters]]></artwork>
        </figure></t>

      <t>PROBING_RATE and other transmission parameters are negotiated between
      DOTS peers as discussed in Section 4.5.2 of <xref
      target="RFC9132"></xref>. Nevertheless, negotiating the parameters
      listed in Table 1 is not supported in <xref target="RFC9132"></xref>.
      This document defines new DOTS signal channel attributes, corresponding
      to the parameters in Table 1, that are used to customize the
      configuration of robust block transmission in a DOTS context.</t>
    </section>

    <section anchor="notation" title="Terminology">
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
      "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
      "OPTIONAL" in this document are to be interpreted as described in BCP 14
      <xref target="RFC2119"></xref> <xref target="RFC8174"></xref> when, and
      only when, they appear in all capitals, as shown here.</t>

      <t>Readers should be familiar with the terms and concepts defined in
      <xref target="RFC7252"></xref> and <xref target="RFC8612"></xref>.</t>

      <t>The terms "payload" and "body" are defined in <xref
      target="RFC7959"></xref>. The term "payload" is thus used for the
      content of a single CoAP message (i.e., a single block being
      transferred), while the term "body" is used for the entire resource
      representation that is being transferred in a block-wise fashion.</t>

      <t>The meaning of the symbols in YANG tree diagrams are defined in <xref
      target="RFC8340"></xref> and <xref target="RFC8791"></xref>.</t>
    </section>

    <section anchor="new"
             title="DOTS Attributes for Robust Block Transmission">
      <t>Section 7.2 of <xref target="RFC9177"></xref> defines the following
      parameters that are used for congestion control purposes:<list
          style="hanging">
          <t hangText="MAX_PAYLOADS:">is the maximum number of payloads that
          can be transmitted at any one time.</t>

          <t hangText="NON_MAX_RETRANSMIT:">is the maximum number of times a
          request for the retransmission of missing payloads can occur without
          a response from the remote peer. By default, NON_MAX_RETRANSMIT has
          the same value as MAX_RETRANSMIT (Section 4.8 of <xref
          target="RFC7252"></xref>).</t>

          <t hangText="NON_TIMEOUT:">is the maximum period of delay between
          sending sets of MAX_PAYLOADS payloads for the same body. NON_TIMEOUT
          has the same value as ACK_TIMEOUT (Section 4.8 of <xref
          target="RFC7252"></xref>).</t>

          <t hangText="NON_TIMEOUT_RANDOM:">is the initial actual delay
          between sending the first two MAX_PAYLOADS_SETs of the same body. It
          is a random duration between NON_TIMEOUT and (NON_TIMEOUT *
          ACK_RANDOM_FACTOR).</t>

          <t hangText="NON_RECEIVE_TIMEOUT:">is the maximum time to wait for a
          missing payload before requesting retransmission. By default,
          NON_RECEIVE_TIMEOUT has a value of twice NON_TIMEOUT.</t>

          <t hangText="NON_PROBING_WAIT:">is used to limit the potential wait
          needed when using PROBING_RATE.</t>

          <t hangText="NON_PARTIAL_TIMEOUT:">is used for expiring partially
          received bodies.</t>
        </list></t>

      <t>These parameters are used together with PROBING_RATE parameter which
      in CoAP indicates the average data rate that must not be exceeded by a
      CoAP endpoint in sending to a peer endpoint that does not respond. The
      single body of blocks will be subjected to PROBING_RATE (Section 4.7 of
      <xref target="RFC7252"></xref>), not the individual packets. If the wait
      time between sending bodies that are not being responded to based on
      PROBING_RATE exceeds NON_PROBING_WAIT, then the wait time is limited to
      NON_PROBING_WAIT.</t>

      <t>This document augments the "ietf-dots-signal-channel" DOTS signal
      YANG module defined in Section 5.3 of <xref target="RFC9132"></xref>
      with the following additional attributes that can be negotiated between
      DOTS peers to enable robust and faster transmission:</t>

      <t><list style="hanging">
          <t hangText="max-payloads:">This attribute echoes the MAX_PAYLOADS
          parameter in <xref target="RFC9177"></xref>.<vspace
          blankLines="1" />This is an optional attribute. If the attribute is
          supplied in both &lsquo;idle-config&rsquo; and
          &lsquo;mitigating-config&rsquo;, then it MUST convey the same value.
          If the attribute is only provided as part of
          &lsquo;idle-config&rsquo; (or &lsquo;mitigating-config&rsquo;), then
          the other definition (i.e., &lsquo;mitigating-config&rsquo; (or
          &lsquo;idle-config&rsquo;)) MUST be updated to the same value.</t>

          <t hangText="non-max-retransmit:">This attribute echoes the
          NON_MAX_RETRANSMIT parameter in <xref target="RFC9177"></xref>. The
          default value of this attribute is 'max-retransmit'. Note that DOTS
          uses a default value of '3' instead of '4' used for the generic CoAP
          use (Section 4.5.2 of <xref target="RFC9132"></xref>) for
          max-transmit. <vspace blankLines="1" />This is an optional
          attribute.</t>

          <t hangText="non-timeout:">This attribute, expressed in seconds,
          echoes the NON_TIMEOUT parameter in <xref target="RFC9177"></xref>.
          The default value of this attribute is 'ack-timeout'.<vspace
          blankLines="1" />This attribute is also used to compute the
          NON_TIMEOUT_RANDOM parameter.<vspace blankLines="1" />This is an
          optional attribute.</t>

          <t hangText="non-receive-timeout:">This attribute, expressed in
          seconds, echoes the NON_RECEIVE_TIMEOUT parameter in <xref
          target="RFC9177"></xref>. The default value of this attribute is
          twice 'non-timeout'.<vspace blankLines="1" />This is an optional
          attribute.</t>

          <t hangText="non-probing-wait:">This attribute, expressed in
          seconds, echoes the NON_PROBING_WAIT parameter in <xref
          target="RFC9177"></xref>. <vspace blankLines="1" />This is an
          optional attribute.</t>

          <t hangText="non-partial-timeout:">This attribute, expressed in
          seconds, echoes the NON_PARTIAL_TIMEOUT parameter in <xref
          target="RFC9177"></xref>. The default value of this attribute is 247
          seconds.<vspace blankLines="1" />This is an optional attribute.</t>
        </list></t>

      <t>The tree structure of the "ietf-dots-robust-trans" module (<xref
      target="module"></xref>) is shown in <xref target="tree"></xref>.</t>

      <t><figure anchor="tree"
          title="DOTS Fast Block Transmission Tree Structure">
          <artwork><![CDATA[module: ietf-dots-robust-trans

  augment-structure /dots-signal:dots-signal/dots-signal:message-type
                    /dots-signal:signal-config
                    /dots-signal:mitigating-config:
    +-- max-payloads
    |  +-- (direction)?
    |  |  +--:(server-to-client-only)
    |  |     +-- max-value?   uint16
    |  |     +-- min-value?   uint16
    |  +-- current-value?     uint16
    +-- non-max-retransmit
    |  +-- (direction)?
    |  |  +--:(server-to-client-only)
    |  |     +-- max-value?   uint16
    |  |     +-- min-value?   uint16
    |  +-- current-value?     uint16
    +-- non-timeout
    |  +-- (direction)?
    |  |  +--:(server-to-client-only)
    |  |     +-- max-value-decimal?   decimal64
    |  |     +-- min-value-decimal?   decimal64
    |  +-- current-value-decimal?     decimal64
    +-- non-receive-timeout
    |  +-- (direction)?
    |  |  +--:(server-to-client-only)
    |  |     +-- max-value-decimal?   decimal64
    |  |     +-- min-value-decimal?   decimal64
    |  +-- current-value-decimal?     decimal64
    +-- non-probing-wait
    |  +-- (direction)?
    |  |  +--:(server-to-client-only)
    |  |     +-- max-value-decimal?   decimal64
    |  |     +-- min-value-decimal?   decimal64
    |  +-- current-value-decimal?     decimal64
    +-- non-partial-wait:
       +-- (direction)?
       |  +--:(server-to-client-only)
       |     +-- max-value-decimal?   decimal64
       |     +-- min-value-decimal?   decimal64
       +-- current-value-decimal?     decimal64

  augment-structure /dots-signal:dots-signal/dots-signal:message-type
                    /dots-signal:signal-config/dots-signal:idle-config:
    +-- max-payloads
    |  +-- (direction)?
    |  |  +--:(server-to-client-only)
    |  |     +-- max-value?   uint16
    |  |     +-- min-value?   uint16
    |  +-- current-value?     uint16
    +-- non-max-retransmit
    |  +-- (direction)?
    |  |  +--:(server-to-client-only)
    |  |     +-- max-value?   uint16
    |  |     +-- min-value?   uint16
    |  +-- current-value?     uint16
    +-- non-timeout
    |  +-- (direction)?
    |  |  +--:(server-to-client-only)
    |  |     +-- max-value-decimal?   decimal64
    |  |     +-- min-value-decimal?   decimal64
    |  +-- current-value-decimal?     decimal64
    +-- non-receive-timeout
    |  +-- (direction)?
    |  |  +--:(server-to-client-only)
    |  |     +-- max-value-decimal?   decimal64
    |  |     +-- min-value-decimal?   decimal64
    |  +-- current-value-decimal?     decimal64
    +-- non-probing-wait
    |  +-- (direction)?
    |  |  +--:(server-to-client-only)
    |  |     +-- max-value-decimal?   decimal64
    |  |     +-- min-value-decimal?   decimal64
    |  +-- current-value-decimal?     decimal64
    +-- non-partial-wait:
       +-- (direction)?
       |  +--:(server-to-client-only)
       |     +-- max-value-decimal?   decimal64
       |     +-- min-value-decimal?   decimal64
       +-- current-value-decimal?     decimal64
]]></artwork>
        </figure></t>

      <t>These attributes are mapped to CBOR types as specified in <xref
      target="maptab"></xref> and Section 6 of <xref
      target="RFC9132"></xref>.</t>

      <t>DOTS clients follow the procedure specified in Section 4.5 of <xref
      target="RFC9132"></xref> to negotiate, configure, and retrieve the DOTS
      signal channel session behavior (including Q-Block parameters) with DOTS
      peers.</t>

      <t><list style="hanging">
          <t hangText="Implementation Note 1:">'non-probing-wait' ideally
          should be left having some jitter and so should not be hard-coded
          with an explicit value. It is suggested to use a base value (using
          NON_TIMEOUT instead of NON_TIMEOUT_RANDOM) and, then, the jitter
          (ACK_RANDOM_FACTOR - 1) is added to each time the value is
          checked.</t>

          <t hangText="Implementation Note 2:">If any of the signal channel
          session configuration parameters is updated, the 'non-probing-wait'
          and 'non-partial-timeout' values should be recalculated according to
          the definition algorithms in Section 7.2 of <xref
          target="RFC9177"></xref> unless explicit values are provided as part
          of the negotiated configuration.</t>
        </list></t>

      <t>An example of a PUT message to configure Q-Block parameters is
      depicted in <xref target="put"></xref>. In this example, a non-default
      value is configured for the 'max-payloads' attribute, while default
      values are used for 'non-max-retransmit', 'non-timeout', and
      'non-receive-timeout' in both idle and mitigation times. Given that
      'non-probing-wait' and 'non-partial-wait' are not explicitly configured
      in this example, these attributes will be computed following the
      algorithms in Section 7.2 of <xref target="RFC9177"></xref>. The meaning
      of the other attributes is detailed in Section 4.5 of <xref
      target="RFC9132"></xref>.</t>

      <t><figure align="center" anchor="put"
          title="Example of PUT to Convey the Configuration Parameters">
          <artwork align="left"><![CDATA[     Header: PUT (Code=0.03)
     Uri-Path: ".well-known"
     Uri-Path: "dots"
     Uri-Path: "config"
     Uri-Path: "sid=123"
     Content-Format: "application/dots+cbor"

     {
       "ietf-dots-signal-channel:signal-config": {
         "mitigating-config": {
           "heartbeat-interval": {
             "current-value": 30
           },
           "missing-hb-allowed": {
             "current-value": 15
           },
           "probing-rate": {
             "current-value": 15
           },
           "max-retransmit": {
             "current-value": 3
           },
           "ack-timeout": {
             "current-value-decimal": "2.00"
           },
           "ack-random-factor": {
             "current-value-decimal": "1.50"
           },
           "ietf-dots-robust-trans:max-payloads": {
             "current-value": 15
           },
           "ietf-dots-robust-trans:non-max-retransmit": {
             "current-value": 3
           },
           "ietf-dots-robust-trans:non-timeout": {
             "current-value-decimal": "2.00"
           },
           "ietf-dots-robust-trans:non-receive-timeout": {
             "current-value-decimal": "4.00"
           }
         },
         "idle-config": {
           "heartbeat-interval": {
             "current-value": 0
           },
           "max-retransmit": {
             "current-value": 3
           },
           "ack-timeout": {
             "current-value-decimal": "2.00"
           },
           "ack-random-factor": {
             "current-value-decimal": "1.50"
           },
           "ietf-dots-robust-trans:max-payloads": {
             "current-value": 15
           },
           "ietf-dots-robust-trans:non-max-retransmit": {
             "current-value": 3
           },
           "ietf-dots-robust-trans:non-timeout": {
             "current-value-decimal": "2.00"
           },
           "ietf-dots-robust-trans:non-receive-timeout": {
             "current-value-decimal": "4.00"
           }
         }
       }
     }]]></artwork>
        </figure></t>

      <t></t>

      <t>The payload of the message depicted in <xref target="put"></xref> is
      CBOR-encoded as indicated by the Content-Format set to
      "application/dots+cbor" (Section 10.3 of <xref
      target="RFC9132"></xref>). However, and for the sake of better
      readability, the example uses JSON encoding of YANG-modeled data
      following the mapping table in <xref target="maptab"></xref> and Section
      6 of <xref target="RFC9132"></xref>: use the JSON names and types
      defined in <xref target="maptab"></xref>. These conventions are
      inherited from <xref target="RFC9132"></xref>.</t>
    </section>

    <section anchor="maptab" title="YANG/JSON Mapping Parameters to CBOR">
      <t>The YANG/JSON mapping parameters to CBOR are listed in Table 2.<list
          style="symbols">
          <t>Note: Implementers must check that the mapping output provided by
          their YANG-to-CBOR encoding schemes is aligned with the content of
          Table 2.</t>
        </list></t>

      <t><figure align="center">
          <artwork><![CDATA[+----------------------+------------+------+---------------+--------+
|   Parameter Name     | YANG       | CBOR | CBOR Major    | JSON   |
|                      | Type       | Key  |    Type &     | Type   |
|                      |            |      | Information   |        |
+======================+============+======+===============+========+
| ietf-dots-robust-    | container  | TBA1 | 5 map         | Object |
|   trans:max-payloads |            |      |               |        |
+----------------------+------------+------+---------------+--------+
| ietf-dots-robust-    | container  | TBA2 | 5 map         | Object |
|   trans:non-max-     |            |      |               |        |
|   retransmit         |            |      |               |        |
+----------------------+------------+------+---------------+--------+
| ietf-dots-robust-    | container  | TBA3 | 5 map         | Object |
|   trans:non-timeout  |            |      |               |        |
+----------------------+------------+------+---------------+--------+
| ietf-dots-robust-    | container  | TBA4 | 5 map         | Object |
|   trans:non-receive- |            |      |               |        |
|   timeout            |            |      |               |        |
+----------------------+------------+------+---------------+--------+
| ietf-dots-robust-    | container  | TBA5 | 5 map         | Object |
|   trans:non-probing- |            |      |               |        |
|   wait               |            |      |               |        |
+----------------------+------------+------+---------------+--------+
| ietf-dots-robust-    | container  | TBA6 | 5 map         | Object |
|   trans:non-partial- |            |      |               |        |
|   wait               |            |      |               |        |
+----------------------+------------+------+---------------+--------+

           Table 2: YANG/JSON Mapping Parameters to CBOR
]]></artwork>
        </figure></t>

      <t></t>
    </section>

    <section anchor="module"
             title="DOTS Robust Block Transmission YANG Module">
      <t>This module uses the data structure extension defined in <xref
      target="RFC8791"></xref>.</t>

      <t><figure>
          <artwork><![CDATA[<CODE BEGINS> file "ietf-dots-robust-trans@2022-01-04.yang"
module ietf-dots-robust-trans {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-dots-robust-trans";
  prefix dots-robust;

  import ietf-dots-signal-channel {
    prefix dots-signal;
    reference
      "RFC 9132: Distributed Denial-of-Service Open Threat
                 Signaling (DOTS) Signal Channel Specification";
  }
  import ietf-yang-structure-ext {
    prefix sx;
    reference
      "RFC 8791: YANG Data Structure Extensions";
  }

  organization
    "IETF DDoS Open Threat Signaling (DOTS) Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/dots/>
     WG List:  <mailto:dots@ietf.org>

     Author:  Mohamed Boucadair
              <mailto:mohamed.boucadair@orange.com>;

     Author:  Jon Shallow
              <mailto:ietf-supjps@jpshallow.com>";
  description
    "This module contains YANG definitions for the configuration
     of parameters that can be negotiated between a DOTS client
     and a DOTS server for robust block transmission.

     Copyright (c) 2022 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject
     to the license terms contained in, the Revised BSD License
     set forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (http://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX; see
     the RFC itself for full legal notices.";

  revision 2022-01-04 {
    description
      "Initial revision.";
    reference
      "RFC XXXX: Distributed Denial-of-Service Open Threat
                 Signaling (DOTS) Configuration Attributes
                 for Robust Block Transmission";
  }

  grouping robust-transmission-attributes {
    description
      "A set of DOTS signal channel session configuration
       that are negotiated between DOTS agents when
       making use of Q-Block1 and Q-Block2 options.";
    container max-payloads {
      description
        "Indicates the maximum number of payloads that
         can be transmitted at any one time.";
      choice direction {
        description
          "Indicates the communication direction in which the
           data nodes can be included.";
        case server-to-client-only {
          description
            "These data nodes appear only in a message sent
             from the server to the client.";
          leaf max-value {
            type uint16;
            description
              "Maximum acceptable max-payloads value.";
          }
          leaf min-value {
            type uint16;
            description
              "Minimum acceptable max-payloads value.";
          }
        }
      }
      leaf current-value {
        type uint16;
        default "10";
        description
          "Current max-payloads value.";
        reference
          "RFC 9177: Constrained Application Protocol (CoAP)  
                     Block-Wise Transfer Options Supporting 
                     Robust Transmission, Section 7.2";
      }
    }
    container non-max-retransmit {
      description
        "Indicates the maximum number of times a request 
         for the retransmission of missing payloads can
         occur without a response from the remote peer.";
      choice direction {
        description
          "Indicates the communication direction in which the
           data nodes can be included.";
        case server-to-client-only {
          description
            "These data nodes appear only in a message sent
             from the server to the client.";
          leaf max-value {
            type uint16;
            description
              "Maximum acceptable non-max-retransmit value.";
          }
          leaf min-value {
            type uint16;
            description
              "Minimum acceptable non-max-retransmit value.";
          }
        }
      }
      leaf current-value {
        type uint16;
        default "3";
        description
          "Current non-max-retransmit value.";
        reference
          "RFC 9177: Constrained Application Protocol (CoAP)  
                     Block-Wise Transfer Options Supporting 
                     Robust Transmission, Section 7.2";
      }
    }
    container non-timeout {
      description
        "Indicates the maximum period of delay between
         sending sets of MAX_PAYLOADS payloads for the same
         body.";
      choice direction {
        description
          "Indicates the communication direction in which the
           data nodes can be included.";
        case server-to-client-only {
          description
            "These data nodes appear only in a message sent
             from the server to the client.";
          leaf max-value-decimal {
            type decimal64 {
              fraction-digits 2;
            }
            units "seconds";
            description
              "Maximum ack-timeout value.";
          }
          leaf min-value-decimal {
            type decimal64 {
              fraction-digits 2;
            }
            units "seconds";
            description
              "Minimum ack-timeout value.";
          }
        }
      }
      leaf current-value-decimal {
        type decimal64 {
          fraction-digits 2;
        }
        units "seconds";
        default "2.00";
        description
          "Current ack-timeout value.";
        reference
          "RFC 9177: Constrained Application Protocol (CoAP)  
                     Block-Wise Transfer Options Supporting 
                     Robust Transmission, Section 7.2";
      }
    }
    container non-receive-timeout {
      description
        "Indicates the time to wait for a missing payload 
         before requesting retransmission.";
      choice direction {
        description
          "Indicates the communication direction in which the
           data nodes can be included.";
        case server-to-client-only {
          description
            "These data nodes appear only in a message sent
             from the server to the client.";
          leaf max-value-decimal {
            type decimal64 {
              fraction-digits 2;
            }
            units "seconds";
            description
              "Maximum non-receive-timeout value.";
          }
          leaf min-value-decimal {
            type decimal64 {
              fraction-digits 2;
            }
            units "seconds";
            description
              "Minimum non-receive-timeout value.";
          }
        }
      }
      leaf current-value-decimal {
        type decimal64 {
          fraction-digits 2;
        }
        units "seconds";
        default "4.00";
        description
          "Current non-receive-timeout value.";
        reference
          "RFC 9177: Constrained Application Protocol (CoAP)  
                     Block-Wise Transfer Options Supporting 
                     Robust Transmission, Section 7.2";
      }
    }
    container non-probing-wait {
      description
        "Is used to limit the potential wait needed when 
         using probing-rate.";
      choice direction {
        description
          "Indicates the communication direction in which the
           data nodes can be included.";
        case server-to-client-only {
          description
            "These data nodes appear only in a message sent
             from the server to the client.";
          leaf max-value-decimal {
            type decimal64 {
              fraction-digits 2;
            }
            units "seconds";
            description
              "Maximum non-probing-wait value.";
          }
          leaf min-value-decimal {
            type decimal64 {
              fraction-digits 2;
            }
            units "seconds";
            description
              "Minimum non-probing-wait value.";
          }
        }
      }
      leaf current-value-decimal {
        type decimal64 {
          fraction-digits 2;
        }
        units "seconds";
        description
          "Current non-probing-wait value.";
        reference
          "RFC 9177: Constrained Application Protocol (CoAP)  
                     Block-Wise Transfer Options Supporting 
                     Robust Transmission, Section 7.2";
      }
    }
    container non-partial-wait {
      description
        "Is used for expiring partially received bodies.";
      choice direction {
        description
          "Indicates the communication direction in which the
           data nodes can be included.";
        case server-to-client-only {
          description
            "These data nodes appear only in a message sent
             from the server to the client.";
          leaf max-value-decimal {
            type decimal64 {
              fraction-digits 2;
            }
            units "seconds";
            description
              "Maximum non-partial-wait value.";
          }
          leaf min-value-decimal {
            type decimal64 {
              fraction-digits 2;
            }
            units "seconds";
            description
              "Minimum non-partial-wait value.";
          }
        }
      }
      leaf current-value-decimal {
        type decimal64 {
          fraction-digits 2;
        }
        units "seconds";
        default "247.00";
        description
          "Current non-partial-wait value.";
        reference
          "RFC 9177: Constrained Application Protocol (CoAP)  
                     Block-Wise Transfer Options Supporting 
                     Robust Transmission, Section 7.2";
      }
    }
  }

  sx:augment-structure "/dots-signal:dots-signal"
                     + "/dots-signal:message-type"
                     + "/dots-signal:signal-config"
                     + "/dots-signal:mitigating-config" {
    description
      "Indicates DOTS configuration attributes to use for
       robust transmission when a mitigation is active.";
    uses robust-transmission-attributes;
  }
  sx:augment-structure "/dots-signal:dots-signal"
                     + "/dots-signal:message-type"
                     + "/dots-signal:signal-config"
                     + "/dots-signal:idle-config" {
    description
      "Indicates DOTS configuration parameters to use for
       robust transmission when no mitigation is active.";
    uses robust-transmission-attributes;
  }
}
<CODE ENDS>]]></artwork>
        </figure></t>
    </section>

    <section anchor="IANA" title="IANA Considerations">
      <section anchor="map" title="DOTS Signal Channel CBOR Mappings Registry">
        <t>This specification registers the following parameters in the IANA
        "DOTS Signal Channel CBOR Key Values" registry <xref
        target="Key-Map"></xref>.</t>

        <t><list style="symbols">
            <t>Note to the RFC Editor: Please replace TBA1-TBA6 with the CBOR
            keys that are assigned from the 32768-49151 range. Please update
            Table 2 accordingly.</t>
          </list></t>

        <t><figure align="center">
            <artwork><![CDATA[+------------------------+-------+-------+------------+---------------+
| Parameter Name         | CBOR  | CBOR  | Change     | Specification |
|                        | Key   | Major | Controller | Document(s)   |
|                        | Value | Type  |            |               |
+========================+=======+=======+============+===============+
| ietf-dots-robust-trans:| TBA1  |   5   |    IESG    |   [RFCXXXX]   |
|  max-payloads          |       |       |            |               |
+------------------------+-------+-------+------------+---------------+
| ietf-dots-robust-trans:| TBA2  |   5   |    IESG    |   [RFCXXXX]   |
|  non-max-retransmit    |       |       |            |               |
+------------------------+-------+-------+------------+---------------+
| ietf-dots-robust-trans:| TBA3  |   5   |    IESG    |   [RFCXXXX]   |
|  non-timeout           |       |       |            |               |
+------------------------+-------+-------+------------+---------------+
| ietf-dots-robust-trans:| TBA4  |   5   |    IESG    |   [RFCXXXX]   |
|  non-receive-timeout   |       |       |            |               |
+------------------------+-------+-------+------------+---------------+
| ietf-dots-robust-trans:| TBA5  |   5   |    IESG    |   [RFCXXXX]   |
|  non-probing-wait      |       |       |            |               |
+------------------------+-------+-------+------------+---------------+
| ietf-dots-robust-trans:| TBA6  |   5   |    IESG    |   [RFCXXXX]   |
|  non-partial-wait      |       |       |            |               |
+------------------------+-------+-------+------------+---------------+

]]></artwork>
          </figure></t>
      </section>

      <section anchor="yang-iana"
               title="DOTS Robust Block Transmission YANG Module">
        <t>This document requests IANA to register the following URI in the
        "ns" subregistry within the "IETF XML Registry" <xref
        target="RFC3688"></xref>:</t>

        <t><figure>
            <artwork><![CDATA[  URI: urn:ietf:params:xml:ns:yang:ietf-dots-robust-trans
  Registrant Contact: The IESG.
  XML: N/A; the requested URI is an XML namespace.
]]></artwork>
          </figure></t>

        <t>This document requests IANA to register the following YANG module
        in the "YANG Module Names" subregistry <xref target="RFC6020"></xref>
        within the "YANG Parameters" registry.</t>

        <t><figure>
            <artwork><![CDATA[  Name: ietf-dots-robust-trans
  Namespace: urn:ietf:params:xml:ns:yang:ietf-dots-robust-trans
  Maintained by IANA? N
  Prefix: dots-robust
  Reference: RFC XXXX
]]></artwork>
          </figure></t>
      </section>
    </section>

    <section anchor="security" title="Security Considerations">
      <t>The security considerations for the DOTS signal channel protocol are
      discussed in Section 11 of <xref target="RFC9132"></xref>.</t>

      <t>CoAP-specific security considerations are discussed in Section 11 of
      <xref target="RFC9177"></xref>.</t>

      <t>Consistent with Section 5 of <xref target="RFC9132"></xref>, the
      "ietf-dots-robust-trans" module is not intended to be used via
      NETCONF/RESTCONF. It serves as an abstract representation in DOTS signal
      channel messages. The "ietf-dots-robust-trans" module does not introduce
      any new vulnerabilities beyond those specified above.</t>
    </section>

    <section anchor="ack" title="Acknowledgements">
      <t>Thanks to Tiru Reddy, Meiling Chen, and Kaname Nishizuka for the
      review.</t>

      <t>Thanks to Michal Va&scaron;ko for the yangdoctors review.</t>

      <t>Thanks to Valery Smyslov for shepherding the document, Paul Wouters
      for the AD review, Paul Kyzivat for the artart directorate review, Tim
      Evens for the Gen-ART review, and Jean-Michel Combes for the int-dir
      review.</t>

      <t>Thanks to John Scudder, Lars Eggert, &Eacute;ric Vyncke, Roman
      Danyliw, Rob Wilton, and Martin Duke for the comments during the IESG
      review.</t>
    </section>
  </middle>

  <back>
    <references title="Normative References">
      <?rfc include='reference.RFC.2119'?>

      <?rfc include='reference.RFC.7252'?>

      <?rfc include='reference.RFC.8174'?>

      <?rfc include='reference.RFC.7959'?>

      <?rfc include='reference.RFC.8323'?>

      <?rfc include='reference.RFC.8791'?>

      <?rfc include='reference.RFC.9177'?>

      <?rfc include='reference.RFC.9132'?>

      <?rfc include='reference.RFC.6020'?>

      <?rfc include='reference.RFC.3688'?>
    </references>

    <references title="Informative References">
      <?rfc include="reference.RFC.9244"?>

      <?rfc include='reference.RFC.8612'?>

      <?rfc include='reference.RFC.8340'?>

      <reference anchor="Key-Map"
                 target="https://www.iana.org/assignments/dots/dots.xhtml#dots-signal-channel-cbor-key-values">
        <front>
          <title>DOTS Signal Channel CBOR Key Values</title>

          <author fullname="IANA">
            <organization></organization>
          </author>

          <date />
        </front>
      </reference>
    </references>
  </back>
</rfc>
