<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.36 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-taps-interface-22" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.4 -->
  <front>
    <title abbrev="TAPS Interface">An Abstract Application Layer Interface to Transport Services</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-taps-interface-22"/>
    <author initials="B." surname="Trammell" fullname="Brian Trammell" role="editor">
      <organization>Google Switzerland GmbH</organization>
      <address>
        <postal>
          <street>Gustav-Gull-Platz 1</street>
          <city>8004 Zurich</city>
          <country>Switzerland</country>
        </postal>
        <email>ietf@trammell.ch</email>
      </address>
    </author>
    <author initials="M." surname="Welzl" fullname="Michael Welzl" role="editor">
      <organization>University of Oslo</organization>
      <address>
        <postal>
          <street>PO Box 1080 Blindern</street>
          <city>0316  Oslo</city>
          <country>Norway</country>
        </postal>
        <email>michawe@ifi.uio.no</email>
      </address>
    </author>
    <author initials="R." surname="Enghardt" fullname="Reese Enghardt">
      <organization>Netflix</organization>
      <address>
        <postal>
          <street>121 Albright Way</street>
          <city>Los Gatos, CA 95032</city>
          <country>United States of America</country>
        </postal>
        <email>ietf@tenghardt.net</email>
      </address>
    </author>
    <author initials="G." surname="Fairhurst" fullname="Godred Fairhurst">
      <organization>University of Aberdeen</organization>
      <address>
        <postal>
          <street>Fraser Noble Building</street>
          <city>Aberdeen, AB24 3UE</city>
          <country>Scotland</country>
        </postal>
        <email>gorry@erg.abdn.ac.uk</email>
        <uri>http://www.erg.abdn.ac.uk/</uri>
      </address>
    </author>
    <author initials="M." surname="Kuehlewind" fullname="Mirja Kuehlewind">
      <organization>Ericsson</organization>
      <address>
        <postal>
          <street>Ericsson-Allee 1</street>
          <city>Herzogenrath</city>
          <country>Germany</country>
        </postal>
        <email>mirja.kuehlewind@ericsson.com</email>
      </address>
    </author>
    <author initials="C." surname="Perkins" fullname="Colin Perkins">
      <organization>University of Glasgow</organization>
      <address>
        <postal>
          <street>School of Computing Science</street>
          <city>Glasgow  G12 8QQ</city>
          <country>United Kingdom</country>
        </postal>
        <email>csp@csperkins.org</email>
      </address>
    </author>
    <author initials="P." surname="Tiesel" fullname="Philipp S. Tiesel">
      <organization>SAP SE</organization>
      <address>
        <postal>
          <street>George-Stephenson-Straße 7-13</street>
          <city>10557 Berlin</city>
          <country>Germany</country>
        </postal>
        <email>philipp@tiesel.net</email>
      </address>
    </author>
    <author initials="T." surname="Pauly" fullname="Tommy Pauly">
      <organization>Apple Inc.</organization>
      <address>
        <postal>
          <street>One Apple Park Way</street>
          <city>Cupertino, California 95014</city>
          <country>United States of America</country>
        </postal>
        <email>tpauly@apple.com</email>
      </address>
    </author>
    <date year="2023" month="July" day="06"/>
    <workgroup>TAPS Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 117?>

<t>This document describes an abstract application programming interface, API, to the transport
layer that enables the selection of transport protocols and
network paths dynamically at runtime. This API enables faster deployment
of new protocols and protocol features without requiring changes to the
applications. The specified API follows the Transport Services architecture
by providing asynchronous, atomic transmission of messages. It is intended to replace the
BSD sockets API as the common interface to the
transport layer, in an environment where endpoints could select from
multiple interfaces and potential transport protocols.</t>
    </abstract>
  </front>
  <middle>
    <?line 129?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document specifies an abstract application programming interface (API) that describes the interface component of
the high-level Transport Services architecture defined in
<xref target="I-D.ietf-taps-arch"/>. A Transport Services system supports
asynchronous, atomic transmission of messages over transport protocols and
network paths dynamically selected at runtime, in environments where an endpoint
selects from multiple interfaces and potential transport protocols.</t>
      <t>Applications that adopt this API will benefit from a wide set of
transport features that can evolve over time. This protocol-independent API ensures that the system
providing the API can optimize its behavior based on the application
requirements and network conditions, without requiring changes to the
applications.  This flexibility enables faster deployment of new features and
protocols, and can support applications by offering racing and fallback
mechanisms, which otherwise need to be separately implemented in each application.
Transport Services implementations are free to take any desired form as long
as the API specification in this document is honored; a nonprescriptive guide to
implementing a Transport Services system is available <xref target="I-D.ietf-taps-impl"/>.</t>
      <t>The Transport Services system derives specific path and protocol selection
properties and supported transport features from the analysis provided in
<xref target="RFC8095"/>, <xref target="RFC8923"/>, and
<xref target="RFC8922"/>. The Transport Services API enables an implementation
to dynamically choose a transport protocol rather
than statically binding applications to a protocol at
compile time. The Transport Services API also provides
applications with a way to override transport selection and instantiate a specific stack,
e.g., to support servers wishing to listen to a specific protocol. However, forcing a
choice to use a specific transport stack is discouraged for general use, because it can reduce portability.</t>
      <section anchor="notation">
        <name>Terminology and Notation</name>
        <t>The Transport Services API is described in terms of</t>
        <ul spacing="normal">
          <li>Objects with which an application can interact;</li>
          <li>Actions the application can perform on these objects;</li>
          <li>Events, which an object can send to an application to be processed asynchronously; and</li>
          <li>Parameters associated with these actions and events.</li>
        </ul>
        <t>The following notations, which can be combined, are used in this document:</t>
        <ul spacing="normal">
          <li>An action that creates an object:</li>
        </ul>
        <artwork><![CDATA[
      Object := Action()
]]></artwork>
        <ul spacing="normal">
          <li>An action that creates an array of objects:</li>
        </ul>
        <artwork><![CDATA[
      []Object := Action()
]]></artwork>
        <ul spacing="normal">
          <li>An action that is performed on an object:</li>
        </ul>
        <artwork><![CDATA[
      Object.Action()
]]></artwork>
        <ul spacing="normal">
          <li>An object sends an event:</li>
        </ul>
        <artwork><![CDATA[
      Object -> Event<>
]]></artwork>
        <ul spacing="normal">
          <li>An action takes a set of Parameters; an event contains a set of Parameters.
action and event parameters whose names are suffixed with a question mark are optional.</li>
        </ul>
        <artwork><![CDATA[
      Action(param0, param1?, ...) / Event<param0, param1, ...>
]]></artwork>
        <t>Objects that are passed as parameters to actions use call-by-value behavior.
Actions associated with no object are actions on the API; they are equivalent to actions on a per-application global context.</t>
        <t>Events are sent to the application or application-supplied code (e.g. framers,
see <xref target="framing"/>) for processing; the details of event interfaces are platform-
and implementation-specific, and may be implemented using
other forms of asynchronous processing, as idiomatic for the
implementing platform.</t>
        <t>We also make use of the following basic types:</t>
        <ul spacing="normal">
          <li>Boolean: Instances take the value <tt>true</tt> or <tt>false</tt>.</li>
          <li>Integer: Instances take positive or negative integer values.</li>
          <li>Numeric: Instances take positive or negative real number values.</li>
          <li>String: Instances are represented in a way that is common to the programming
language, e.g. UTF-8.</li>
          <li>IP Address: An IPv4 or IPv6 address.</li>
          <li>Enumeration: A family of types in which each instance takes one of a fixed,
predefined set of values specific to a given enumerated type.</li>
          <li>Tuple: An ordered grouping of multiple value types, represented as a
comma-separated list in parentheses, e.g., <tt>(Enumeration, Preference)</tt>.
Instances take a sequence of values each valid for the corresponding value
type.</li>
          <li>Array: Denoted <tt>[]Type</tt>, an instance takes a value for each of zero or more
elements in a sequence of the given Type. An array may be of fixed or
variable length.</li>
          <li>Collection: An unordered grouping of one or more values of the same type.</li>
        </ul>
        <t>For guidance on how these abstract concepts may be implemented in languages
in accordance with native design patterns and language and platform features,
see <xref target="implmapping"/>.</t>
      </section>
      <section anchor="specification-of-requirements">
        <name>Specification of Requirements</name>
        <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 target="RFC8174"/>
when, and only when, they appear in all capitals, as shown here.</t>
      </section>
    </section>
    <section anchor="principles">
      <name>Overview of the API Design</name>
      <t>The design of the API specified in this document is based on a set of
principles, themselves an elaboration on the architectural design principles
defined in <xref target="I-D.ietf-taps-arch"/>. The API defined in this document
provides:</t>
      <ul spacing="normal">
        <li>A Transport Services system that
can offer a variety of transport protocols, independent
of the Protocol Stacks that will be used at
runtime. To the degree possible, all common features of these protocol
stacks are made available to the application in a
transport-independent way.
This enables applications written to a single API
to make use of transport protocols in terms of the features
they provide.</li>
        <li>A unified API to datagram and stream-oriented transports, allowing
use of a common API for Connection establishment and closing.</li>
        <li>Message-orientation, as opposed to stream-orientation, using
application-assisted framing and deframing where the underlying transport
does not provide these.</li>
        <li>Asynchronous Connection establishment, transmission, and reception.
This allows concurrent operations during establishment and event-driven
application interactions with the transport layer.</li>
        <li>Selection between alternate network paths, using additional information about the
networks over which a Connection can operate (e.g. Provisioning Domain (PvD)
information <xref target="RFC7556"/>) where available.</li>
        <li>Explicit support for transport-specific features to be applied, should that
particular transport be part of a chosen Protocol Stack.</li>
        <li>Explicit support for security properties as first-order transport features.</li>
        <li>Explicit support for configuration of cryptographic identities and transport
security parameters persistent across multiple Connections.</li>
        <li>Explicit support for multistreaming and multipath transport protocols, and
the grouping of related Connections into Connection Groups through "cloning"
of Connections (see <xref target="groups"/>). This function allows applications to take full advantage of new
transport protocols supporting these features.</li>
      </ul>
    </section>
    <section anchor="api-summary">
      <name>API Summary</name>
      <t>An application primarily interacts with this API through two objects:
Preconnections and Connections. A Preconnection object (<xref target="pre-establishment"/>)
represents a set of properties and constraints on the selection and configuration of
paths and protocols to establish a Connection with an Endpoint. A Connection object
represents an instance of a transport Protocol Stack on which data can be sent to and/or
received from a Remote Endpoint (i.e., a logical connection that, depending on the
kind of transport, can be bi-directional or unidirectional, and that can use a stream
protocol or a datagram protocol). Connections are presented consistently to the
application, irrespective of whether the underlying transport is connection-less or
connection-oriented. Connections can be created from Preconnections in three ways:</t>
      <ul spacing="normal">
        <li>by initiating the Preconnection (i.e., actively opening, as in a client; <xref target="initiate"/>),</li>
        <li>through listening on the Preconnection (i.e., passively opening, as in a server <xref target="listen"/>),</li>
        <li>or rendezvousing on the Preconnection (i.e., peer to peer establishment; <xref target="rendezvous"/>).</li>
      </ul>
      <t>Once a Connection is established, data can be sent and received on it in the form of
Messages. The API supports the preservation of message boundaries both
via explicit Protocol Stack support, and via application support through a
Message Framer that finds message boundaries in a stream. Messages are
received asynchronously through event handlers registered by the application.
Errors and other notifications also happen asynchronously on the Connection.
It is not necessary for an application to handle all events; some events may
have implementation-specific default handlers. The application should not
assume that ignoring events (e.g., errors) is always safe.</t>
      <section anchor="usage-examples">
        <name>Usage Examples</name>
        <t>The following usage examples illustrate how an application might use the
Transport Services API to:</t>
        <ul spacing="normal">
          <li>Act as a server, by listening for incoming Connections, receiving requests,
and sending responses, see <xref target="server-example"/>.</li>
          <li>Act as a client, by connecting to a Remote Endpoint using <tt>Initiate</tt>, sending
requests, and receiving responses, see <xref target="client-example"/>.</li>
          <li>Act as a peer, by connecting to a Remote Endpoint using Rendezvous while
simultaneously waiting for incoming Connections, sending Messages, and
receiving Messages, see <xref target="peer-example"/>.</li>
        </ul>
        <t>The examples in this section presume that a transport protocol is available
between the Local and Remote Endpoints that provides Reliable Data Transfer, Preservation of
Data Ordering, and Preservation of Message Boundaries. In this case, the
application can choose to receive only complete Messages.</t>
        <t>If none of the available transport protocols provides Preservation of Message
Boundaries, but there is a transport protocol that provides a reliable ordered
byte-stream, an application could receive this byte-stream as partial
Messages and transform it into application-layer Messages.  Alternatively,
an application might provide a Message Framer, which can transform a
sequence of Messages into a byte-stream and vice versa (<xref target="framing"/>).</t>
        <section anchor="server-example">
          <name>Server Example</name>
          <t>This is an example of how an application might listen for incoming Connections
using the Transport Services API, receive a request, and send a response.</t>
          <artwork><![CDATA[
LocalSpecifier := NewLocalEndpoint()
LocalSpecifier.WithInterface("any")
LocalSpecifier.WithService("https")

TransportProperties := NewTransportProperties()
TransportProperties.Require(preserve-msg-boundaries)
// Reliable Data Transfer and Preserve Order are Required by default

SecurityParameters := NewSecurityParameters()
SecurityParameters.Set(identity, myIdentity)
SecurityParameters.Set(server-certificate, myCertificate)

// Specifying a Remote Endpoint is optional when using Listen
Preconnection := NewPreconnection(LocalSpecifier,
                                  TransportProperties,
                                  SecurityParameters)

Listener := Preconnection.Listen()

Listener -> ConnectionReceived<Connection>

// Only receive complete messages in a Conn.Received handler
Connection.Receive()

Connection -> Received<messageDataRequest, messageContext>

//---- Receive event handler begin ----
Connection.Send(messageDataResponse)
Connection.Close()

// Stop listening for incoming Connections
// (this example supports only one Connection)
Listener.Stop()
//---- Receive event handler end ----

]]></artwork>
        </section>
        <section anchor="client-example">
          <name>Client Example</name>
          <t>This is an example of how an application might open two Connections to a remote application
using the Transport Services API, and send a request as well as receive a response on each of them.</t>
          <artwork><![CDATA[
RemoteSpecifier := NewRemoteEndpoint()
RemoteSpecifier.WithHostname("example.com")
RemoteSpecifier.WithService("https")

TransportProperties := NewTransportProperties()
TransportProperties.Require(preserve-msg-boundaries)
// Reliable Data Transfer and Preserve Order are Required by default

SecurityParameters := NewSecurityParameters()
TrustCallback := NewCallback({
  // Verify identity of the Remote Endpoint, return the result
})
SecurityParameters.SetTrustVerificationCallback(TrustCallback)

// Specifying a local endpoint is optional when using Initiate
Preconnection := NewPreconnection(RemoteSpecifier,
                                  TransportProperties,
                                  SecurityParameters)

Connection := Preconnection.Initiate()
Connection2 := Connection.Clone()

Connection -> Ready<>
Connection2 -> Ready<>

//---- Ready event handler for any Connection C begin ----
C.Send(messageDataRequest)

// Only receive complete messages
C.Receive()
//---- Ready event handler for any Connection C end ----

Connection -> Received<messageDataResponse, messageContext>
Connection2 -> Received<messageDataResponse, messageContext>

// Close the Connection in a Receive event handler
Connection.Close()
Connection2.Close()
]]></artwork>
          <t>Preconnections are reusable after being used to initiate a Connection, whether this Connection was closed or not. Hence, it would be correct to continue as follows after the above example:</t>
          <artwork><![CDATA[
//.. carry out adjustments to the Preconnection, if desired
Connection := Preconnection.Initiate()
]]></artwork>
        </section>
        <section anchor="peer-example">
          <name>Peer Example</name>
          <t>This is an example of how an application might establish a Connection with a
peer using <tt>Rendezvous</tt>, send a Message, and receive a Message.</t>
          <artwork><![CDATA[
// Configure local candidates: a port on the Local Endpoint
// and via a STUN server
HostCandidate := NewLocalEndpoint()
HostCandidate.WithPort(9876)

StunCandidate := NewLocalEndpoint()
StunCandidate.WithStunServer(address, port, credentials)

LocalCandidates = [HostCandidate, StunCandidate]

TransportProperties := // ...Configure transport properties
SecurityParameters  := // ...Configure security properties

Preconnection := NewPreconnection(LocalCandidates,
                                  [], // No remote candidates yet
                                  TransportProperties,
                                  SecurityParameters)

// Resolve the LocalCandidates. The Preconnection.Resolve()
// call resolves both local and remote candidates but, since
// the remote candidates have not yet been specified, the
// ResolvedRemote list returned will be empty and is not
// used.
ResolvedLocal, ResolvedRemote = Preconnection.Resolve()

// Application-specific code goes here to send the ResolvedLocal
// list to peer via some out-of-band signalling channel (e.g.,
// in a SIP message)
...

// Application-specific code goes here to receive the list of
// RemoteCandidates from peer via the signalling channel
...

// Add remote candidates and initiate the rendezvous:
Preconnection.AddRemote(RemoteCandidates)
Preconnection.Rendezvous()

Preconnection -> RendezvousDone<Connection>

//---- RendezvousDone event handler begin ----
Connection.Send(messageDataRequest)
Connection.Receive()
//---- RendezvousDone event handler end ----

Connection -> Received<messageDataResponse, messageContext>

// If new Remote Endpoint candidates are received from the
// peer over the signalling channel, for example if using
// Trickle ICE, then add them to the Connection:
Connection.AddRemote(NewRemoteCandidates)

// On a PathChange<> events, resolve the local endpoints to
// see if a new local endpoint has become available and, if
// so, send to the peer as a new candidate and add to the
// Connection:
Connection -> PathChange<>

//---- PathChange event handler begin ----
ResolvedLocal, ResolvedRemote = Preconnection.Resolve()
if ResolvedLocal has changed:
  // Application-specific code goes here to send the
  // ResolvedLocal list to peer via signalling channel
  ...

  // Add the new local endpoints to the Connection:
  Connection.AddLocal(ResolvedLocal)
//---- PathChange event handler end ----


// Close the Connection in a Receive event handler
Connection.Close()
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="transport-properties">
      <name>Transport Properties</name>
      <t>Each application using the Transport Services API declares its preferences
for how the Transport Services system should operate. This is done by using
Transport Properties, as defined in <xref target="I-D.ietf-taps-arch"/>, at each stage
of the lifetime of a Connection.</t>
      <t>Transport Properties are divided into Selection, Connection, and Message
Properties.</t>
      <t>Selection Properties (see <xref target="selection-props"/>) can only be set
during pre-establishment. They are only used to specify which paths and
Protocol Stacks can be used and are preferred by the application.
Calling <tt>Initiate</tt> on a Preconnection creates an outbound Connection,
and the Selection Properties remain readable from the
Connection, but become immutable. Selection Properties
can be set on Preconnections, and the effect of Selection Properties
can be queried on Connections and Messages.</t>
      <t>Connection Properties (see <xref target="connection-props"/>) are used to inform
decisions made during establishment and to fine-tune the established
Connection. They can be set during pre-establishment, and may be
changed later. Connection Properties can be set on Connections and
Preconnections; when set on Preconnections, they act as an initial
default for the resulting Connections.</t>
      <t>Message Properties (see <xref target="message-props"/>) control the behavior of the
selected protocol stack(s) when sending Messages. Message Properties
can be set on Messages, Connections, and Preconnections; when set on
the latter two, they act as an initial default for the Messages sent
over those Connections.</t>
      <t>Note that configuring Connection Properties and Message Properties on
Preconnections is preferred over setting them later. Early specification of
Connection Properties allows their use as additional input to the selection
process. Protocol-specific Properties, which enable configuration of specialized
features of a specific protocol (see Section 3.2 of <xref target="I-D.ietf-taps-arch"/>) are not
used as an input to the selection process, but only support configuration if
the respective protocol has been selected.</t>
      <section anchor="property-names">
        <name>Transport Property Names</name>
        <t>Transport Properties are referred to by property names. For the purposes
of this document, these names are alphanumeric strings in which the following
characters are allowed: lowercase letters <tt>a-z</tt>, uppercase letters <tt>A-Z</tt>,
digits <tt>0-9</tt>, the hyphen <tt>-</tt>, and the underscore <tt>_</tt>. These names serve two purposes:</t>
        <ul spacing="normal">
          <li>Allowing different components of a Transport Services implementation to pass Transport
Properties, e.g., between a language frontend and a policy manager,
or as a representation of properties retrieved from a file or other storage.</li>
          <li>Making the code of different Transport Services implementations look similar.
While individual programming languages may preclude strict adherence to the
aforementioned naming convention (for instance, by prohibiting the use of hyphens
in symbols), users interacting with multiple implementations will still benefit
from the consistency resulting from the use of visually similar symbols.</li>
        </ul>
        <t>Transport Property Names are hierarchically organized in the
form [&lt;Namespace&gt;.]&lt;PropertyName&gt;.</t>
        <ul spacing="normal">
          <li>The Namespace component MUST be empty for well-known, generic properties, i.e., for
properties that are not specific to a protocol.</li>
          <li>Protocol-specific Properties MUST use the protocol acronym as the Namespace (e.g., a
<tt>tcp</tt> Connection could support a TCP-specific Transport Property, such as the user timeout
value, in a Protocol-specific Property called <tt>tcp.userTimeoutValue</tt> (see <xref target="tcp-uto"/>)).</li>
          <li>Vendor or implementation specific properties MUST use a string identifying
the vendor or implementation as the Namespace.</li>
          <li>For IETF protocols, the name of a Protocol-specific Property SHOULD be specified in an IETF document published in the RFC Series.</li>
        </ul>
        <t>Namespaces for each of the keywords provided in the IANA protocol numbers registry
(see https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) are reserved
for Protocol-specific Properties and MUST NOT be used for vendor or implementation-specific properties.
Terms listed as keywords as in the protocol numbers registry SHOULD be avoided as any part of a vendor- or
implementation-specific property name.</t>
      </section>
      <section anchor="property-types">
        <name>Transport Property Types</name>
        <t>Each Transport Property has one of the basic types described in <xref target="notation"/>.</t>
        <t>Most Selection Properties (see <xref target="selection-props"/>) are of the Enumeration type,
and use the Preference Enumeration, which takes one of five possible values
(Prohibit, Avoid, Ignore,  Prefer, or Require) denoting the level of preference
for a given property during protocol selection.</t>
      </section>
    </section>
    <section anchor="scope-of-interface-defn">
      <name>Scope of the API Definition</name>
      <t>This document defines a language- and platform-independent API of a
Transport Services system. Given the wide variety of languages and language
conventions used to write applications that use the transport layer to connect
to other applications over the Internet, this independence makes this API
necessarily abstract.</t>
      <t>There is no interoperability benefit in tightly defining how the API is
presented to application programmers across diverse platforms. However,
maintaining the "shape" of the abstract API across different platforms reduces
the effort for programmers who learn to use the Transport Services API to then
apply their knowledge to another platform. That said, implementations have
significant freedom in presenting this API to programmers, balancing the
conventions of the protocol with the shape of the API. We make the following
recommendations:</t>
      <ul spacing="normal">
        <li>Actions, events, and errors in implementations of the Transport Services API SHOULD use
the names given for them in the document, subject to capitalization,
punctuation, and other typographic conventions in the language of the
implementation, unless the implementation itself uses different names for
substantially equivalent objects for networking by convention.</li>
        <li>Transport Services systems SHOULD implement each Selection Property,
Connection Property, and Message Context Property specified in this document.
These features SHOULD be implemented even when in a specific implementation it
will always result in no operation, e.g. there is no action when the API
specifies a Property that is not available in a transport protocol implemented
on a specific platform. For example, if TCP is the only underlying transport protocol,
the Message Property <tt>msgOrdered</tt> can be implemented (trivially, as a no-op) as
disabling the requirement for ordering will not have any effect on delivery order
for Connections over TCP. Similarly, the <tt>msgLifetime</tt> Message Property can be
implemented but ignored, as the description of this Property states that "it is not
guaranteed that a Message will not be sent when its Lifetime has expired".</li>
        <li>Implementations may use other representations for Transport Property Names,
e.g., by providing constants, but should provide a straight-forward mapping
between their representation and the property names specified here.</li>
      </ul>
    </section>
    <section anchor="pre-establishment">
      <name>Pre-Establishment Phase</name>
      <t>The pre-establishment phase allows applications to specify properties for
the Connections that they are about to make, or to query the API about potential
Connections they could make.</t>
      <t>A Preconnection object represents a potential Connection. It is a passive object
(a data structure) that merely maintains the state that
describes the properties of a Connection that might exist in the future.  This state
comprises Local Endpoint and Remote Endpoint objects that denote the endpoints
of the potential Connection (see <xref target="endpointspec"/>), the Selection Properties
(see <xref target="selection-props"/>), any preconfigured Connection Properties
(<xref target="connection-props"/>), and the security parameters (see
<xref target="security-parameters"/>):</t>
      <artwork><![CDATA[
   Preconnection := NewPreconnection([]LocalEndpoint,
                                     []RemoteEndpoint,
                                     TransportProperties,
                                     SecurityParameters)
]]></artwork>
      <t>At least one Local Endpoint MUST be specified if the Preconnection is used to <tt>Listen</tt>
for incoming Connections, but the list of Local Endpoints MAY be empty if
the Preconnection is used to <tt>Initiate</tt>
connections. If no Local Endpoint is specified, the Transport Services system will
assign an ephemeral local port to the Connection on the appropriate interface(s).
At least one Remote Endpoint MUST be specified if the Preconnection is used
to <tt>Initiate</tt> Connections, but the list of Remote Endpoints MAY be empty if
the Preconnection is used to <tt>Listen</tt> for incoming Connections.
At least one Local Endpoint and one Remote Endpoint MUST be specified if a
peer-to-peer <tt>Rendezvous</tt> is to occur based on the Preconnection.</t>
      <t>If more than one Local Endpoint is specified on a Preconnection, then all
the Local Endpoints on the Preconnection MUST represent the same host. For
example, they might correspond to different interfaces on a multi-homed
host, of they might correspond to local interfaces and a STUN server that
can be resolved to a server reflexive address for a Preconnection used to
make a peer-to-peer <tt>Rendezvous</tt>.</t>
      <t>If more than one Remote Endpoint is specified on the Preconnection, then
all the Remote Endpoints on the Preconnection should represent the same
service, to the extent that the application and the Transport Services
system can validate that the Remote Endpoints are indeed the same service.
For example, the Remote Endpoints might represent various network
interfaces of a host, or a server reflexive address that can be used to
reach a host, or a set of hosts that provide equivalent local balanced
service.</t>
      <t>In most cases, it is expected that a single Remote Endpoint will be
specified by name, and a later call to <tt>Initiate</tt> on the Preconnection
(see <xref target="initiate"/>) will internally resolve that name to a list of concrete
endpoints. Specifying multiple Remote Endpoints on a Preconnection allows
applications to override this for more detailed control.</t>
      <t>If Message Framers are used (see <xref target="framing"/>), they MUST be added to the
Preconnection during pre-establishment.</t>
      <section anchor="endpointspec">
        <name>Specifying Endpoints</name>
        <t>The Transport Services API uses the Local Endpoint and Remote Endpoint objects
to refer to the endpoints of a Connection. Endpoints can be created
as either remote or local:</t>
        <artwork><![CDATA[
RemoteSpecifier := NewRemoteEndpoint()
LocalSpecifier := NewLocalEndpoint()
]]></artwork>
        <t>A single Endpoint object represents the identity of a network host. That endpoint
can be more or less specific depending on which identifiers are set. For example,
an Endpoint that only specifies a hostname may in fact end up corresponding
to several different IP addresses on different hosts.</t>
        <t>An Endpoint object can be configured with the following identifiers:</t>
        <ul spacing="normal">
          <li>Hostname (string):</li>
        </ul>
        <artwork><![CDATA[
RemoteSpecifier.WithHostname("example.com")
]]></artwork>
        <ul spacing="normal">
          <li>Port (a 16-bit integer):</li>
        </ul>
        <artwork><![CDATA[
RemoteSpecifier.WithPort(443)
]]></artwork>
        <ul spacing="normal">
          <li>Service (an identifier that maps to a port; either the name of a well-known service, or a DNS SRV service name to be resolved):</li>
        </ul>
        <artwork><![CDATA[
RemoteSpecifier.WithService("https")
]]></artwork>
        <ul spacing="normal">
          <li>IP address (IPv4 or IPv6 address):</li>
        </ul>
        <artwork><![CDATA[
RemoteSpecifier.WithIPAddress(192.0.2.21)
]]></artwork>
        <artwork><![CDATA[
RemoteSpecifier.WithIPAddress(2001:db8:4920:e29d:a420:7461:7073:0a)
]]></artwork>
        <ul spacing="normal">
          <li>Interface name (string), e.g., to qualify link-local or multicast addresses (see <xref target="ifspec"/> for details):</li>
        </ul>
        <artwork><![CDATA[
LocalSpecifier.WithInterface("en0")
]]></artwork>
        <t>Note that an IPv6 address specified with a scope (e.g. <tt>2001:db8:4920:e29d:a420:7461:7073:0a%en0</tt>)
is equivalent to <tt>WithIPAddress</tt> with an unscoped address and <tt>WithInterface </tt> together.</t>
        <t>The design of the API MUST NOT permit an Endpoint to be configured with multiple identifiers of the same type.
For example, an endpoint cannot have two IP addresses specified. Two separate IP addresses
are represented as two Endpoint objects. If a Preconnection specifies a Remote
Endpoint with a specific IP address set, it will only establish Connections to
that IP address. If, on the other hand, the Remote Endpoint specifies a hostname
but no addresses, the Connection can perform name resolution and attempt
using any address derived from the original hostname of the Remote Endpoint.
Note that multiple Remote Endpoints can be added to a Preconnection, as discussed
in <xref target="add-endpoints"/>.</t>
        <t>The Transport Services system resolves names internally, when the <tt>Initiate</tt>,
<tt>Listen</tt>, or <tt>Rendezvous</tt> method is called to establish a Connection. Privacy
considerations for the timing of this resolution are given in <xref target="privacy-security"/>.</t>
        <t>The <tt>Resolve</tt> action on a Preconnection can be used by the application to force
early binding when required, for example with some Network Address Translator
(NAT) traversal protocols (see <xref target="rendezvous"/>).</t>
        <section anchor="using-multicast-endpoints">
          <name>Using Multicast Endpoints</name>
          <t>To use multicast, a Preconnection is first created with the Local/Remote Endpoint
specifying the any-source multicast (ASM) or source-specific multicast (SSM) multicast group and destination port number.
This is then followed by a call to either <tt>Initiate</tt>, <tt>Listen</tt>, or
<tt>Rendezvous</tt> depending on whether the resulting Connection is to be
used to send messages to the multicast group, receive messages from
the group, or, for an any-source multicast group, to both send and
receive messages.</t>
          <t>Calling <tt>Initiate</tt> on that Preconnection creates a Connection that can be
used to send Messages to the multicast group. The Connection object that is
created will support <tt>Send</tt> but not <tt>Receive</tt>. Any Connections created this
way are send-only, and do not join the multicast group. The resulting
Connection will have a Local Endpoint indicating the local interface to
which the Connection is bound and a Remote Endpoint indicating the
multicast group.</t>
          <t>The following API calls can be used to configure a Preconnection before calling <tt>Initiate</tt>:</t>
          <artwork><![CDATA[
RemoteSpecifier.WithMulticastGroupIP(GroupAddress)
RemoteSpecifier.WithPort(PortNumber)
RemoteSpecifier.WithTTL(TTL)
]]></artwork>
          <t>Calling <tt>Listen</tt> on a Preconnection with a multicast group specified on the Remote
Endpoint will join the multicast group to receive Messages. This Listener
will create one Connection for each Remote Endpoint sending to the group,
with the Local Endpoint set to the group address. The set of Connection
objects created forms a Connection Group.
The receiving interface can be restricted by passing it as part of the LocalSpecifier or queried through the Message Context on the Messages received (see <xref target="msg-ctx"/> for further details).</t>
          <t>The following API calls can be used to configure a Preconnection before calling <tt>Listen</tt>:</t>
          <artwork><![CDATA[
LocalSpecifier.WithSingleSourceMulticastGroupIP(GroupAddress,
                                                SourceAddress)
LocalSpecifier.WithAnySourceMulticastGroupIP(GroupAddress)
LocalSpecifier.WithPort(PortNumber)
]]></artwork>
          <t>Calling <tt>Rendezvous</tt> on a Preconnection with an any-source multicast group
address as the Remote Endpoint will join the multicast group, and also
indicates that the resulting Connection can be used to send Messages to the
multicast group. The <tt>Rendezvous</tt> call will return both a Connection that
can be used to send to the group, that acts the same as a Connection
returned by calling <tt>Initiate</tt> with a multicast Remote Endpoint, and a
Listener that acts as if <tt>Listen</tt> had been called with a multicast Remote
Endpoint.
Calling <tt>Rendezvous</tt> on a Preconnection with a source-specific multicast
group address as the Local Endpoint results in an <tt>EstablishmentError</tt>.</t>
          <t>The following API calls can be used to configure a Preconnection before calling <tt>Rendezvous</tt>:</t>
          <artwork><![CDATA[
RemoteSpecifier.WithMulticastGroupIP(GroupAddress)
RemoteSpecifier.WithPort(PortNumber)
RemoteSpecifier.WithTTL(TTL)
LocalSpecifier.WithAnySourceMulticastGroupIP(GroupAddress)
LocalSpecifier.WithPort(PortNumber)
LocalSpecifier.WithTTL(TTL)
]]></artwork>
          <t>See <xref target="multicast-examples"/> for more examples.</t>
        </section>
        <section anchor="ifspec">
          <name>Constraining Interfaces for Endpoints</name>
          <t>Note that this API has multiple ways to constrain and prioritize endpoint candidates based on the network interface:</t>
          <ul spacing="normal">
            <li>Specifying an interface on a RemoteEndpoint qualifies the scope of the Remote Endpoint, e.g., for link-local addresses.</li>
            <li>Specifying an interface on a LocalEndpoint explicitly binds all candidates derived from this endpoint to use the specified interface.</li>
            <li>Specifying an interface using the <tt>interface</tt> Selection Property (<xref target="prop-interface"/>) or indirectly via the <tt>pvd</tt> Selection Property (<xref target="prop-pvd"/>) influences the selection among the available candidates.</li>
          </ul>
          <t>While specifying an Interface on an Endpoint restricts the candidates available for Connection establishment in the Pre-Establishment Phase, the Selection Properties prioritize and constrain the Connection establishment.</t>
        </section>
        <section anchor="endpoint-aliases">
          <name>Endpoint Aliases</name>
          <t>An Endpoint can have an alternative definition when using different protocols.
For example, a server that supports both TLS/TCP and QUIC may be accessible
on two different port numbers depending on which protocol is used.</t>
          <t>To support this, Endpoint objects can specify "aliases". An Endpoint can have
multiple aliases set.</t>
          <artwork><![CDATA[
RemoteSpecifier.AddAlias(AlternateRemoteSpecifier)
]]></artwork>
          <t>In order to scope an alias to a specific transport protocol, an Endpoint can
specify a protocol identifier.</t>
          <artwork><![CDATA[
AlternateRemoteSpecifier.WithProtocol(QUIC)
]]></artwork>
          <t>The following example shows a case where <tt>example.com</tt> has a server
running on port 443, with an alternate port of 8443 for QUIC.</t>
          <artwork><![CDATA[
RemoteSpecifier := NewRemoteEndpoint()
RemoteSpecifier.WithHostname("example.com")
RemoteSpecifier.WithPort(443)

QUICRemoteSpecifier := NewRemoteEndpoint()
QUICRemoteSpecifier.WithHostname("example.com")
QUICRemoteSpecifier.WithPort(8443)
QUICRemoteSpecifier.WithProtocol(QUIC)

RemoteSpecifier.AddAlias(QUICRemoteSpecifier)
]]></artwork>
        </section>
        <section anchor="endpoint-examples">
          <name>Endpoint Examples</name>
          <t>The following examples of Endpoints show common usage patterns.</t>
          <t>Specify a Remote Endpoint using a hostname and service name:</t>
          <artwork><![CDATA[
RemoteSpecifier := NewRemoteEndpoint()
RemoteSpecifier.WithHostname("example.com")
RemoteSpecifier.WithService("https")
]]></artwork>
          <t>Specify a Remote Endpoint using an IPv6 address and remote port:</t>
          <artwork><![CDATA[
RemoteSpecifier := NewRemoteEndpoint()
RemoteSpecifier.WithIPAddress(2001:db8:4920:e29d:a420:7461:7073:0a)
RemoteSpecifier.WithPort(443)
]]></artwork>
          <t>Specify a Remote Endpoint using an IPv4 address and remote port:</t>
          <artwork><![CDATA[
RemoteSpecifier := NewRemoteEndpoint()
RemoteSpecifier.WithIPAddress(192.0.2.21)
RemoteSpecifier.WithPort(443)
]]></artwork>
          <t>Specify a Local Endpoint using a local interface name and local port:</t>
          <artwork><![CDATA[
LocalSpecifier := NewLocalEndpoint()
LocalSpecifier.WithInterface("en0")
LocalSpecifier.WithPort(443)
]]></artwork>
          <t>As an alternative to specifying an interface name for the Local Endpoint, an application
can express more fine-grained preferences using the <tt>Interface Instance or Type</tt>
Selection Property, see <xref target="prop-interface"/>. However, if the application specifies Selection
Properties that are inconsistent with the Local Endpoint, this will result in an error once the
application attempts to open a Connection.</t>
          <t>Specify a Local Endpoint using a STUN server:</t>
          <artwork><![CDATA[
LocalSpecifier := NewLocalEndpoint()
LocalSpecifier.WithStunServer(address, port, credentials)
]]></artwork>
        </section>
        <section anchor="multicast-examples">
          <name>Multicast Examples</name>
          <t>The following examples show how multicast groups can be used.</t>
          <t>Join an Any-Source Multicast group in receive-only mode, bound to a known
port on a named local interface:</t>
          <artwork><![CDATA[
   RemoteSpecifier := NewRemoteEndpoint()

   LocalSpecifier := NewLocalEndpoint()
   LocalSpecifier.WithAnySourceMulticastGroupIP(233.252.0.0)
   LocalSpecifier.WithPort(5353)
   LocalSpecifier.WithInterface("en0")

   TransportProperties := ...
   SecurityParameters  := ...

   Preconnection := newPreconnection(LocalSpecifier,
                                     RemoteSpecifier,
                                     TransportProperties,
                                     SecurityProperties)
   Listener := Preconnection.Listen()
]]></artwork>
          <t>Join an Source-Specific Multicast group in receive-only mode, bound to a known
port on a named local interface:</t>
          <artwork><![CDATA[
   RemoteSpecifier := NewRemoteEndpoint()

   LocalSpecifier := NewLocalEndpoint()

   LocalSpecifier.WithSingleSourceMulticastGroupIP(233.252.0.0,
                                                   198.51.100.10)
   LocalSpecifier.WithPort(5353)
   LocalSpecifier.WithInterface("en0")

   TransportProperties := ...
   SecurityParameters  := ...

   Preconnection := newPreconnection(LocalSpecifier,
                                     RemoteSpecifier,
                                     TransportProperties,
                                     SecurityProperties)
   Listener := Preconnection.Listen()
]]></artwork>
          <t>Create a Source-Specific Multicast group as a sender:</t>
          <artwork><![CDATA[
   RemoteSpecifier := NewRemoteEndpoint()
   RemoteSpecifier.WithMulticastGroupIP(232.1.1.1)
   RemoteSpecifier.WithPort(5353)
   RemoteSpecifier.WithTTL(8)

   LocalSpecifier := NewLocalEndpoint()
   LocalSpecifier.WithIPAddress(192.0.2.22)
   LocalSpecifier.WithInterface("en0")

   TransportProperties := ...
   SecurityParameters  := ...

   Preconnection := newPreconnection(LocalSpecifier,
                                     RemoteSpecifier,
                                     TransportProperties,
                                     SecurityProperties)
   Connection := Preconnection.Initiate()
]]></artwork>
          <t>Join an any-source multicast group as both a sender and a receiver:</t>
          <artwork><![CDATA[
   RemoteSpecifier := NewRemoteEndpoint()
   RemoteSpecifier.WithMulticastGroupIP(233.252.0.0)
   RemoteSpecifier.WithPort(5353)
   RemoteSpecifier.WithTTL(8)

   LocalSpecifier := NewLocalEndpoint()
   LocalSpecifier.WithAnySourceMulticastGroupIP(233.252.0.0)
   LocalSpecifier.WithIPAddress(192.0.2.22)
   LocalSpecifier.WithPort(5353)
   LocalSpecifier.WithInterface("en0")


   TransportProperties := ...
   SecurityParameters  := ...

   Preconnection := newPreconnection(LocalSpecifier,
                                     RemoteSpecifier,
                                     TransportProperties,
                                     SecurityProperties)
   Connection, Listener := Preconnection.Rendezvous()
]]></artwork>
        </section>
      </section>
      <section anchor="selection-props">
        <name>Specifying Transport Properties</name>
        <t>A Preconnection object holds properties reflecting the application's
requirements and preferences for the transport. These include Selection
Properties for selecting Protocol Stacks and paths, as well as Connection
Properties and Message Properties for configuration of the detailed operation
of the selected Protocol Stacks on a per-Connection and Message level.</t>
        <t>The protocol(s) and path(s) selected as candidates during establishment are
determined and configured using these properties. Since there could be paths
over which some transport protocols are unable to operate, or Remote Endpoints
that support only specific network addresses or transports, transport protocol
selection is necessarily tied to path selection. This may involve choosing
between multiple local interfaces that are connected to different access
networks.</t>
        <t>When additional information (such as Provisioning Domain (PvD) information
<xref target="RFC7556"/>) is available about the networks over which an endpoint can operate,
this can inform the selection between alternate network paths.
Path information can include PMTU, set of supported DSCPs,
expected usage, cost, etc. The usage of this information by the Transport
Services System is generally independent of the specific mechanism/protocol
used to receive the information (e.g. zero-conf, DHCP, or IPv6 RA).</t>
        <t>Most Selection Properties are represented as Preferences, which can
take one of five values:</t>
        <table anchor="tab-pref-levels">
          <name>Selection Property Preference Levels</name>
          <thead>
            <tr>
              <th align="left">Preference</th>
              <th align="left">Effect</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Require</td>
              <td align="left">Select only protocols/paths providing the property, fail otherwise</td>
            </tr>
            <tr>
              <td align="left">Prefer</td>
              <td align="left">Prefer protocols/paths providing the property, proceed otherwise</td>
            </tr>
            <tr>
              <td align="left">Ignore</td>
              <td align="left">No preference</td>
            </tr>
            <tr>
              <td align="left">Avoid</td>
              <td align="left">Prefer protocols/paths not providing the property, proceed otherwise</td>
            </tr>
            <tr>
              <td align="left">Prohibit</td>
              <td align="left">Select only protocols/paths not providing the property, fail otherwise</td>
            </tr>
          </tbody>
        </table>
        <t>The implementation MUST ensure an outcome that is consistent with all application
requirements expressed using Require and Prohibit. While preferences
expressed using Prefer and Avoid influence protocol and path selection as well,
outcomes can vary given the same Selection Properties, because the available
protocols and paths can differ across systems and contexts. However,
implementations are RECOMMENDED to seek to provide a consistent outcome
to an application, when provided with the same set of Selection Properties.</t>
        <t>Note that application preferences can conflict with each other. For
example, if an application indicates a preference for a specific path by
specifying an interface, but also a preference for a protocol, a situation
might occur in which the preferred protocol is not available on the preferred
path. In such cases, applications can expect properties that determine path
selection to be prioritized over properties that determine protocol selection.
The transport system SHOULD determine the preferred path first, regardless of
protocol preferences. This ordering is chosen to provide consistency across
implementations, based on the fact that it is more common for the use of a
given network path to determine cost to the user (i.e., an interface type
preference might be based on a user's preference to avoid being charged
more for a cellular data plan).</t>
        <t>Selection and Connection Properties, as well as defaults for Message
Properties, can be added to a Preconnection to configure the selection process
and to further configure the eventually selected Protocol Stack(s). They are
collected into a TransportProperties object to be passed into a Preconnection
object:</t>
        <artwork><![CDATA[
TransportProperties := NewTransportProperties()
]]></artwork>
        <t>Individual properties are then set on the TransportProperties object.
Setting a Transport Property to a value overrides the previous value of this Transport Property.</t>
        <artwork><![CDATA[
TransportProperties.Set(property, value)
]]></artwork>
        <t>To aid readability, implementations MAY provide additional convenience functions to simplify use of Selection Properties: see <xref target="preference-conv"/> for examples.
In addition, implementations MAY provide a mechanism to create TransportProperties objects that
are preconfigured for common use cases, as outlined in <xref target="property-profiles"/>.</t>
        <t>Transport Properties for an established Connection can be queried via the Connection object, as outlined in <xref target="introspection"/>.</t>
        <t>A Connection gets its Transport Properties either by being explicitly configured
via a Preconnection, by configuration after establishment, or by inheriting them
from an antecedent via cloning; see <xref target="groups"/> for more.</t>
        <t><xref target="connection-props"/> provides a list of Connection Properties, while Selection
Properties are listed in the subsections below. Selection Properties are
only considered during establishment, and can not be changed after a Connection
is established. After a Connection is established, Selection Properties can only
be read to check the properties used by the Connection. Upon reading, the
Preference type of a Selection Property changes into Boolean, where <tt>true</tt> means
that the selected Protocol Stack supports the feature or uses the path associated
with the Selection Property, and <tt>false</tt> means that the Protocol Stack does not
support the feature or use the path. Implementations
of Transport Services systems may alternatively use the two Preference values <tt>Require</tt>
and <tt>Prohibit</tt> to represent <tt>true</tt> and <tt>false</tt>, respectively.</t>
        <t>An implementation of the Transport Services API needs to provide sensible defaults for Selection
Properties. The default values for each property below represent a
configuration that can be implemented over TCP. If these default values are used
and TCP is not supported by a Transport Services system, then an application using the
default set of Properties might not succeed in establishing a Connection. Using
the same default values for independent Transport Services systems can be beneficial
when applications are ported between different implementations/platforms, even if this
default could lead to a Connection failure when TCP is not available. If default
values other than those suggested below are used, it is RECOMMENDED to clearly
document any differences.</t>
        <section anchor="prop-reliable">
          <name>Reliable Data Transfer (Connection)</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>reliability</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Require</t>
            </dd>
          </dl>
          <t>This property specifies whether the application needs to use a transport
protocol that ensures that all data is received at the Remote Endpoint without
corruption. When reliable data transfer is enabled, this
also entails being notified when a Connection is closed or aborted.</t>
        </section>
        <section anchor="prop-boundaries">
          <name>Preservation of Message Boundaries</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>preserveMsgBoundaries</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Ignore</t>
            </dd>
          </dl>
          <t>This property specifies whether the application needs or prefers to use a transport
protocol that preserves message boundaries.</t>
        </section>
        <section anchor="prop-partially-reliable">
          <name>Configure Per-Message Reliability</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>perMsgReliability</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Ignore</t>
            </dd>
          </dl>
          <t>This property specifies whether an application considers it useful to specify different
reliability requirements for individual Messages in a Connection.</t>
        </section>
        <section anchor="prop-ordering">
          <name>Preservation of Data Ordering</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>preserveOrder</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Require</t>
            </dd>
          </dl>
          <t>This property specifies whether the application wishes to use a transport
protocol that can ensure that data is received by the application at the Remote Endpoint in the same order as it was sent.</t>
        </section>
        <section anchor="prop-0rtt">
          <name>Use 0-RTT Session Establishment with a Safely Replayable Message</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>zeroRttMsg</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Ignore</t>
            </dd>
          </dl>
          <t>This property specifies whether an application would like to supply a Message to
the transport protocol before connection establishment that will then be
reliably transferred to the other side before or during connection
establishment. This Message can potentially be received multiple times (i.e.,
multiple copies of the Message data may be passed to the Remote Endpoint).
See also <xref target="msg-safelyreplayable"/>.</t>
        </section>
        <section anchor="prop-multistream">
          <name>Multistream Connections in Group</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>multistreaming</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Prefer</t>
            </dd>
          </dl>
          <t>This property specifies whether the application would prefer multiple Connections
within a Connection Group to be provided by streams of a single underlying
transport connection where possible.</t>
        </section>
        <section anchor="prop-checksum-control-send">
          <name>Full Checksum Coverage on Sending</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>fullChecksumSend</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Require</t>
            </dd>
          </dl>
          <t>This property specifies the application's need for protection against
corruption for all data transmitted on this Connection. Disabling this property could enable
later control of the sender checksum coverage (see <xref target="msg-checksum"/>).</t>
        </section>
        <section anchor="prop-checksum-control-receive">
          <name>Full Checksum Coverage on Receiving</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>fullChecksumRecv</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Require</t>
            </dd>
          </dl>
          <t>This property specifies the application's need for protection against
corruption for all data received on this Connection. Disabling this property could enable
later control of the required minimum receiver checksum coverage (see <xref target="conn-recv-checksum"/>).</t>
        </section>
        <section anchor="prop-cc">
          <name>Congestion control</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>congestionControl</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Require</t>
            </dd>
          </dl>
          <t>This property specifies whether the application would like the Connection to be
congestion controlled or not. Note that if a Connection is not congestion
controlled, an application using such a Connection SHOULD itself perform
congestion control in accordance with <xref target="RFC2914"/> or use a circuit breaker in
accordance with <xref target="RFC8084"/>, whichever is appropriate. Also note that reliability
is usually combined with congestion control in protocol implementations,
rendering "reliable but not congestion controlled" a request that is unlikely to
succeed. If the Connection is congestion controlled, performing additional congestion control
in the application can have negative performance implications.</t>
        </section>
        <section anchor="keep-alive">
          <name>Keep alive</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>keepAlive</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Ignore</t>
            </dd>
          </dl>
          <t>This property specifies whether the application would like the Connection to send
keep-alive packets or not. Note that if a Connection determines that keep-alive
packets are being sent, the application should itself avoid generating additional keep-alive
messages. Note that when supported, the system will use the default period
for generation of the keep alive-packets. (See also <xref target="keep-alive-timeout"/>).</t>
        </section>
        <section anchor="prop-interface">
          <name>Interface Instance or Type</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>interface</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Collection of (Preference, Enumeration)</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Empty (not setting a preference for any interface)</t>
            </dd>
          </dl>
          <t>This property allows the application to select any specific network interfaces
or categories of interfaces it wants to <tt>Require</tt>, <tt>Prohibit</tt>, <tt>Prefer</tt>, or
<tt>Avoid</tt>. Note that marking a specific interface as <tt>Require</tt> strictly limits path
selection to that single interface, and often leads to less flexible and resilient
connection establishment.</t>
          <t>In contrast to other Selection Properties, this property is a tuple of an
(Enumerated) interface identifier and a preference, and can either be
implemented directly as such, or for making one preference available for each
interface and interface type available on the system.</t>
          <t>The set of valid interface types is implementation- and system-specific. For
example, on a mobile device, there may be <tt>Wi-Fi</tt> and <tt>Cellular</tt> interface types
available; whereas on a desktop computer, <tt>Wi-Fi</tt> and <tt>Wired
Ethernet</tt> interface types might be available. An implementation should provide all types
that are supported on the local system, to allow
applications to be written generically. For example, if a single implementation
is used on both mobile devices and desktop devices, it ought to define the
<tt>Cellular</tt> interface type for both systems, since an application might wish to
always prohibit cellular.</t>
          <t>The set of interface types is expected to change over time as new access
technologies become available. The taxonomy of interface types on a given
Transport Services system is implementation-specific.</t>
          <t>Interface types should not be treated as a proxy for properties of interfaces
such as metered or unmetered network access. If an application needs to prohibit
metered interfaces, this should be specified via Provisioning Domain attributes
(see <xref target="prop-pvd"/>) or another specific property.</t>
          <t>Note that this property is not used to specify an interface scope for a particular endpoint. <xref target="ifspec"/> provides details about how to qualify endpoint candidates on a per-interface basis.</t>
        </section>
        <section anchor="prop-pvd">
          <name>Provisioning Domain Instance or Type</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>pvd</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Collection of (Preference, Enumeration)</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Empty (not setting a preference for any PvD)</t>
            </dd>
          </dl>
          <t>Similar to <tt>interface</tt> (see <xref target="prop-interface"/>), this property
allows the application to control path selection by selecting which specific
Provisioning Domain (PvD) or categories of PVDs it wants to
<tt>Require</tt>, <tt>Prohibit</tt>, <tt>Prefer</tt>, or <tt>Avoid</tt>. Provisioning Domains define
consistent sets of network properties that may be more specific than network
interfaces <xref target="RFC7556"/>.</t>
          <t>As with interface instances and types, this property is a tuple of an (Enumerated)
PvD identifier and a preference, and can either be implemented directly as such,
or for making one preference available for each interface and interface type
available on the system.</t>
          <t>The identification of a specific PvD is
implementation- and system-specific, because there is currently no portable standard
format for a PvD identifier. For example, this identifier might be a string name
or an integer. As with requiring specific interfaces, requiring a specific PvD
strictly limits the path selection.</t>
          <t>Categories or types of PvDs are also defined to be implementation- and
system-specific. These can be useful to identify a service that is provided by a
PvD. For example, if an application wants to use a PvD that provides a
Voice-Over-IP service on a Cellular network, it can use the relevant PvD type to
require a PvD that provides this service, without needing to look up a
particular instance. While this does restrict path selection, it is broader than
requiring specific PvD instances or interface instances, and should be preferred
over these options.</t>
        </section>
        <section anchor="use-temporary-local-address">
          <name>Use Temporary Local Address</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>useTemporaryLocalAddress</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Avoid for Listeners and Rendezvous Connections. Prefer for other Connections.</t>
            </dd>
          </dl>
          <t>This property allows the application to express a preference for the use of
temporary local addresses, sometimes called "privacy" addresses <xref target="RFC8981"/>.
Temporary addresses are generally used to prevent linking connections over time
when a stable address, sometimes called "permanent" address, is not needed.
There are some caveats to note when specifying this property. First, if an
application Requires the use of temporary addresses, the resulting Connection
cannot use IPv4, because temporary addresses do not exist in IPv4. Second,
temporary local addresses might involve trading off privacy for performance.
For instance, temporary addresses (e.g., <xref target="RFC8981"/>) can interfere with resumption mechanisms
that some protocols rely on to reduce initial latency.</t>
        </section>
        <section anchor="multipath-mode">
          <name>Multipath Transport</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>multipath</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Enumeration</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Disabled for Connections created through initiate and rendezvous, Passive for Listeners</t>
            </dd>
          </dl>
          <t>This property specifies whether and how applications want to take advantage of
transferring data across multiple paths between the same end hosts.
Using multiple paths allows Connections to migrate between interfaces or aggregate bandwidth
as availability and performance properties change.
Possible values are:</t>
          <dl>
            <dt>Disabled:</dt>
            <dd>
              <t>The Connection will not use multiple paths once established, even if the chosen transport supports using multiple paths.</t>
            </dd>
            <dt>Active:</dt>
            <dd>
              <t>The Connection will negotiate the use of multiple paths if the chosen transport supports this.</t>
            </dd>
            <dt>Passive:</dt>
            <dd>
              <t>The Connection will support the use of multiple paths if the Remote Endpoint requests it.</t>
            </dd>
          </dl>
          <t>The policy for using multiple paths is specified using the separate <tt>multipathPolicy</tt> property, see <xref target="multipath-policy"/> below.
To enable the peer endpoint to initiate additional paths towards a local address other than the one initially used, it is necessary to set the <tt>advertisesAltaddr</tt> property (see <xref target="altaddr"/> below).</t>
          <t>Setting this property to <tt>Active</tt> can have privacy implications: It enables the transport to establish connectivity using alternate paths that might result in users being linkable across the multiple paths, even if the <tt>advertisesAltaddr</tt> property (see <xref target="altaddr"/> below) is set to false.</t>
          <t>Note that Multipath Transport has no corresponding Selection Property of type Preference.
Enumeration values other than <tt>Disabled</tt> are interpreted as a preference for choosing protocols that can make use of multiple paths.
The <tt>Disabled</tt> value implies a requirement not to use multiple paths in parallel but does not prevent choosing a protocol that is capable of using multiple paths, e.g., it does not prevent choosing TCP, but prevents sending the <tt>MP_CAPABLE</tt> option in the TCP handshake.</t>
        </section>
        <section anchor="altaddr">
          <name>Advertisement of Alternative Addresses</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>advertisesAltaddr</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Boolean</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>False</t>
            </dd>
          </dl>
          <t>This property specifies whether alternative addresses, e.g., of other interfaces, should be advertised to the
peer endpoint by the Protocol Stack. Advertising these addresses enables the peer-endpoint to establish additional connectivity, e.g., for Connection migration or using multiple paths.</t>
          <t>Note that this can have privacy implications because it might result in users being linkable across the multiple paths.
Also, note that setting this to false does not prevent the local Transport Services system from <em>establishing</em> connectivity using alternate paths (see <xref target="multipath-mode"/> above); it only prevents <em>proactive advertisement</em> of addresses.</t>
        </section>
        <section anchor="direction-of-communication">
          <name>Direction of communication</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>direction</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Enumeration</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Bidirectional</t>
            </dd>
          </dl>
          <t>This property specifies whether an application wants to use the Connection for sending and/or receiving data.  Possible values are:</t>
          <dl>
            <dt>Bidirectional:</dt>
            <dd>
              <t>The Connection must support sending and receiving data</t>
            </dd>
            <dt>Unidirectional send:</dt>
            <dd>
              <t>The Connection must support sending data, and the application cannot use the Connection to receive any data</t>
            </dd>
            <dt>Unidirectional receive:</dt>
            <dd>
              <t>The Connection must support receiving data, and the application cannot use the Connection to send any data</t>
            </dd>
          </dl>
          <t>Since unidirectional communication can be
supported by transports offering bidirectional communication, specifying
unidirectional communication may cause a transport stack that supports
bidirectional communication to be selected.</t>
        </section>
        <section anchor="prop-soft-error">
          <name>Notification of ICMP soft error message arrival</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>softErrorNotify</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Ignore</t>
            </dd>
          </dl>
          <t>This property specifies whether an application considers it useful to be
informed when an ICMP error message arrives that does not force termination of a
connection. When set to true, received ICMP errors are available as
<tt>SoftError</tt> events, see <xref target="soft-errors"/>. Note that even if a protocol supporting this property is selected,
not all ICMP errors will necessarily be delivered, so applications cannot rely
upon receiving them <xref target="RFC8085"/>.</t>
        </section>
        <section anchor="active-read-before-send">
          <name>Initiating side is not the first to write</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>activeReadBeforeSend</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Preference</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Ignore</t>
            </dd>
          </dl>
          <t>The most common client-server communication pattern involves the
client actively opening a Connection, then sending data to the server. The
server listens (passive open), reads, and then answers. This property
specifies whether an application wants to diverge from this pattern -- either
by actively opening with <tt>Initiate</tt>, immediately followed by reading, or passively opening with <tt>Listen</tt>,
immediately followed by writing. This property is ignored when establishing
connections using <tt>Rendezvous</tt>.
Requiring this property limits the choice of mappings to underlying protocols,
which can reduce
efficiency. For example, it prevents the Transport Services system from mapping
Connections to SCTP streams, where
the first transmitted data takes the role of an active open signal.</t>
        </section>
      </section>
      <section anchor="security-parameters">
        <name>Specifying Security Parameters and Callbacks</name>
        <t>Most security parameters, e.g., TLS ciphersuites, local identity and private key, etc.,
may be configured statically. Others are dynamically configured during Connection establishment.
Security parameters and callbacks are partitioned based on their place in the lifetime
of Connection establishment. Similar to Transport Properties, both parameters and callbacks
are inherited during cloning (see <xref target="groups"/>).</t>
        <section anchor="specifying-security-parameters-on-a-pre-connection">
          <name>Specifying Security Parameters on a Pre-Connection</name>
          <t>Common security parameters such as TLS ciphersuites are known to implementations. Clients should
use common safe defaults for these values whenever possible. However, as discussed in
<xref target="RFC8922"/>, many transport security protocols require specific
security parameters and constraints from the client at the time of configuration and
actively during a handshake. These configuration parameters need to be specified in the
pre-connection phase and are created as follows:</t>
          <artwork><![CDATA[
SecurityParameters := NewSecurityParameters()
]]></artwork>
          <t>Security configuration parameters and sample usage follow:</t>
          <ul spacing="normal">
            <li>Local identity, certificates, and private keys: Used to perform private key operations and prove one's
identity to the Remote Endpoint. (Note, if private keys are not available, e.g., since they are
stored in hardware security modules (HSMs), handshake callbacks must be used. See below for details.)</li>
          </ul>
          <artwork><![CDATA[
SecurityParameters.Set(identity, myIdentity)
SecurityParameters.Set(server-certificate, myCertificate)
SecurityParameters.Set(client-certificate, myCertificate)
SecurityParameters.Set(key-pair, myPrivateKey, myPublicKey)
]]></artwork>
          <ul spacing="normal">
            <li>Supported algorithms: Used to restrict what parameters are used by underlying transport security protocols.
When not specified, these algorithms should use known and safe defaults for the system. Parameters include:
ciphersuites, supported groups, and signature algorithms. These parameters take a collection of supported algorithms as parameter.</li>
          </ul>
          <artwork><![CDATA[
SecurityParameters.Set(supported-group, "secp256r1")
SecurityParameters.Set(ciphersuite, "TLS_AES_128_GCM_SHA256")
SecurityParameters.Set(signature-algorithm, "ecdsa_secp256r1_sha256")
]]></artwork>
          <ul spacing="normal">
            <li>Pre-Shared Key import: Used to install pre-shared keying material established
out-of-band. Each pre-shared keying material is associated with some identity that typically identifies
its use or has some protocol-specific meaning to the Remote Endpoint.</li>
          </ul>
          <artwork><![CDATA[
SecurityParameters.Set(pre-shared-key, key, identity)
]]></artwork>
          <ul spacing="normal">
            <li>Session cache management: Used to tune session cache capacity, lifetime, and
other policies.</li>
          </ul>
          <artwork><![CDATA[
SecurityParameters.Set(max-cached-sessions, 16)
SecurityParameters.Set(cached-session-lifetime-seconds, 3600)
]]></artwork>
          <t>Connections that use Transport Services SHOULD use security in general. However, for
compatibility with endpoints that do not support transport security protocols (such
as a TCP endpoint that does not support TLS), applications can initialize their
security parameters to indicate that security can be disabled, or can be opportunistic.
If security is disabled, the Transport Services system will not attempt to add
transport security automatically. If security is opportunistic, it will allow
Connections without transport security, but will still attempt to use security if
available.</t>
          <artwork><![CDATA[
SecurityParameters := NewDisabledSecurityParameters()

SecurityParameters := NewOpportunisticSecurityParameters()
]]></artwork>
          <t>Representation of security parameters in implementations should parallel
that chosen for Transport Property names as suggested in <xref target="scope-of-interface-defn"/>.</t>
        </section>
        <section anchor="connection-establishment-callbacks">
          <name>Connection Establishment Callbacks</name>
          <t>Security decisions, especially pertaining to trust, are not static. Once configured,
parameters may also be supplied during Connection establishment. These are best
handled as client-provided callbacks.
Callbacks block the progress of the Connection establishment, which distinguishes them from other events in the transport system. How callbacks and events are implemented is specific to each implementation.
Security handshake callbacks that may be invoked during Connection establishment include:</t>
          <ul spacing="normal">
            <li>Trust verification callback: Invoked when a Remote Endpoint's trust must be verified before the
handshake protocol can continue. For example, the application could verify an X.509 certificate
as described in <xref target="RFC5280"/>.</li>
          </ul>
          <artwork><![CDATA[
TrustCallback := NewCallback({
  // Handle trust, return the result
})
SecurityParameters.SetTrustVerificationCallback(TrustCallback)
]]></artwork>
          <ul spacing="normal">
            <li>Identity challenge callback: Invoked when a private key operation is required, e.g., when
local authentication is requested by a Remote Endpoint.</li>
          </ul>
          <artwork><![CDATA[
ChallengeCallback := NewCallback({
  // Handle challenge
})
SecurityParameters.SetIdentityChallengeCallback(ChallengeCallback)
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="establishment">
      <name>Establishing Connections</name>
      <t>Before a Connection can be used for data transfer, it needs to be established.
Establishment ends the pre-establishment phase; all transport properties and
cryptographic parameter specification must be complete before establishment,
as these will be used to select candidate Paths and Protocol Stacks
for the Connection. Establishment may be active, using the <tt>Initiate</tt> action;
passive, using the <tt>Listen</tt> action; or simultaneous for peer-to-peer, using
the <tt>Rendezvous</tt> action. These actions are described in the subsections below.</t>
      <section anchor="initiate">
        <name>Active Open: Initiate</name>
        <t>Active open is the action of establishing a Connection to a Remote Endpoint presumed
to be listening for incoming Connection requests. Active open is used by clients in
client-server interactions. Active open is supported by the Transport Services API through the
<tt>Initiate</tt> action:</t>
        <artwork><![CDATA[
Connection := Preconnection.Initiate(timeout?)
]]></artwork>
        <t>The timeout parameter specifies how long to wait before aborting Active open.
Before calling <tt>Initiate</tt>, the caller must have populated a Preconnection
object with a Remote Endpoint specifier, optionally a Local Endpoint
specifier (if not specified, the system will attempt to determine a
suitable Local Endpoint), as well as all properties
necessary for candidate selection.</t>
        <t>The <tt>Initiate</tt> action returns a Connection object. Once <tt>Initiate</tt> has been
called, any changes to the Preconnection MUST NOT have any effect on the
Connection. However, the Preconnection can be reused, e.g., to <tt>Initiate</tt>
another Connection.</t>
        <t>Once <tt>Initiate</tt> is called, the candidate Protocol Stack(s) may cause one or more
candidate transport-layer connections to be created to the specified Remote
Endpoint. The caller may immediately begin sending Messages on the Connection
(see <xref target="sending"/>) after calling <tt>Initiate</tt>; note that any data marked as "safely replayable" that is sent
while the Connection is being established may be sent multiple times or on
multiple candidates.</t>
        <t>The following events may be sent by the Connection after <tt>Initiate</tt> is called:</t>
        <artwork><![CDATA[
Connection -> Ready<>
]]></artwork>
        <t>The <tt>Ready</tt> event occurs after <tt>Initiate</tt> has established a transport-layer
connection on at least one usable candidate Protocol Stack over at least one
candidate Path. No <tt>Receive</tt> events (see <xref target="receiving"/>) will occur before
the <tt>Ready</tt> event for Connections established using <tt>Initiate</tt>.</t>
        <artwork><![CDATA[
Connection -> EstablishmentError<reason?>
]]></artwork>
        <t>An <tt>EstablishmentError</tt> occurs either when the set of transport properties and security
parameters cannot be fulfilled on a Connection for initiation (e.g., the set of
available Paths and/or Protocol Stacks meeting the constraints is empty) or
reconciled with the Local and/or Remote Endpoints; when the remote specifier
cannot be resolved; or when no transport-layer connection can be established to
the Remote Endpoint (e.g., because the Remote Endpoint is not accepting
connections, the application is prohibited from opening a Connection by the
operating system, or the establishment attempt has timed out for any other reason).</t>
        <t>Connection establishment
and transmission of the first Message can be combined in a single action <xref target="initiate-and-send"/>.</t>
      </section>
      <section anchor="listen">
        <name>Passive Open: Listen</name>
        <t>Passive open is the action of waiting for Connections from Remote Endpoints,
commonly used by servers in client-server interactions. Passive open is
supported by the Transport Services API through the <tt>Listen</tt> action and returns a Listener object:</t>
        <artwork><![CDATA[
Listener := Preconnection.Listen()
]]></artwork>
        <t>Before calling <tt>Listen</tt>, the caller must have initialized the Preconnection
during the pre-establishment phase with a Local Endpoint specifier, as well
as all properties necessary for Protocol Stack selection. A Remote Endpoint
may optionally be specified, to constrain what Connections are accepted.</t>
        <t>The <tt>Listen</tt> action returns a Listener object. Once <tt>Listen</tt> has been called,
any changes to the Preconnection MUST NOT have any effect on the Listener. The
Preconnection can be disposed of or reused, e.g., to create another Listener.</t>
        <artwork><![CDATA[
Listener.Stop()
]]></artwork>
        <t>Listening continues until the global context shuts down, or until the Stop
action is performed on the Listener object.</t>
        <artwork><![CDATA[
Listener -> ConnectionReceived<Connection>
]]></artwork>
        <t>The <tt>ConnectionReceived</tt> event occurs when a Remote Endpoint has established or cloned (e.g., by creating a new stream in a multi-stream transport; see <xref target="groups"/>) a
transport-layer connection to this Listener (for Connection-oriented
transport protocols), or when the first Message has been received from the
Remote Endpoint (for Connectionless protocols or streams of a multi-streaming transport), causing a new Connection to be
created. The resulting Connection is contained within the <tt>ConnectionReceived</tt>
event, and is ready to use as soon as it is passed to the application via the
event.</t>
        <artwork><![CDATA[
Listener.SetNewConnectionLimit(value)
]]></artwork>
        <t>If the caller wants to rate-limit the number of inbound Connections that will be delivered,
it can set a cap using <tt>SetNewConnectionLimit</tt>. This mechanism allows a server to
protect itself from being drained of resources. Each time a new Connection is delivered
by the <tt>ConnectionReceived</tt> event, the value is automatically decremented. Once the
value reaches zero, no further Connections will be delivered until the caller sets the
limit to a higher value. By default, this value is Infinite. The caller is also able to reset
the value to Infinite at any point.</t>
        <artwork><![CDATA[
Listener -> EstablishmentError<reason?>
]]></artwork>
        <t>An <tt>EstablishmentError</tt> occurs either when the Properties and security parameters of the Preconnection cannot be fulfilled for listening or cannot be reconciled with the Local Endpoint (and/or Remote Endpoint, if specified), when the Local Endpoint (or Remote Endpoint, if specified) cannot
be resolved, or when the application is prohibited from listening by policy.</t>
        <artwork><![CDATA[
Listener -> Stopped<>
]]></artwork>
        <t>A <tt>Stopped</tt> event occurs after the Listener has stopped listening.</t>
      </section>
      <section anchor="rendezvous">
        <name>Peer-to-Peer Establishment: Rendezvous</name>
        <t>Simultaneous peer-to-peer Connection establishment is supported by the
<tt>Rendezvous</tt> action:</t>
        <artwork><![CDATA[
Preconnection.Rendezvous()
]]></artwork>
        <t>A Preconnection object used in a <tt>Rendezvous</tt> MUST have both the
Local Endpoint candidates and the Remote Endpoint candidates specified,
along with the Transport Properties and security parameters needed for
Protocol Stack selection, before the <tt>Rendezvous</tt> action is initiated.</t>
        <t>The <tt>Rendezvous</tt> action listens on the Local Endpoint
candidates for an incoming Connection from the Remote Endpoint candidates,
while also simultaneously trying to establish a Connection from the Local
Endpoint candidates to the Remote Endpoint candidates.</t>
        <t>If there are multiple Local Endpoints or Remote Endpoints configured, then
initiating a <tt>Rendezvous</tt> action will systematically probe the reachability
of those endpoint candidates following an approach such as that used in
Interactive Connectivity Establishment (ICE) <xref target="RFC8445"/>.</t>
        <t>If the endpoints are suspected to be behind a NAT, <tt>Rendezvous</tt> can be
initiated using Local Endpoints that support a method of discovering NAT
bindings such as Session Traversal Utilities for NAT (STUN) <xref target="RFC8489"/> or
Traversal Using Relays around NAT (TURN) <xref target="RFC8656"/>.  In this case, the
Local Endpoint will resolve to a mixture of local and server reflexive
addresses. The <tt>Resolve</tt> action on the Preconnection can be used to
discover these bindings:</t>
        <artwork><![CDATA[
[]LocalEndpoint, []RemoteEndpoint := Preconnection.Resolve()
]]></artwork>
        <t>The <tt>Resolve</tt> call returns lists of Local Endpoints and Remote Endpoints,
that represent the concrete addresses, local and server reflexive, on which
a <tt>Rendezvous</tt> for the Preconnection will listen for incoming Connections,
and to which it will attempt to establish Connections.</t>
        <t>Note that the set of Local Endpoints returned by <tt>Resolve</tt> might or might not
contain information about all possible local interfaces; it is valid only
for a Rendezvous happening at the same time as the resolution. Care should
be taken in using these values in any other context.</t>
        <t>An application that uses <tt>Rendezvous</tt> to establish a peer-to-peer Connection
in the presence of NATs will configure the Preconnection object with at least
one a Local Endpoint that supports NAT binding discovery. It will then <tt>Resolve</tt>
the Preconnection, and pass the resulting list of Local Endpoint candidates to
the peer via a signalling protocol, for example as part of an ICE <xref target="RFC8445"/>
exchange within SIP <xref target="RFC3261"/> or WebRTC <xref target="RFC7478"/>.  The peer will then,
via the same signalling channel, return the Remote Endpoint candidates.
The set of Remote Endpoint candidates are then configured onto the Preconnection:</t>
        <artwork><![CDATA[
Preconnection.AddRemote([]RemoteEndpoint)
]]></artwork>
        <t>The <tt>Rendezvous</tt> action can be initiated once both the Local Endpoint
candidates and the Remote Endpoint candidates retrieved from the peer via
the signalling channel have been added to the Preconnection.</t>
        <t>If successful, the <tt>Rendezvous</tt> action returns a Connection object via a
<tt>RendezvousDone&lt;&gt;</tt> event:</t>
        <artwork><![CDATA[
Preconnection -> RendezvousDone<Connection>
]]></artwork>
        <t>The <tt>RendezvousDone&lt;&gt;</tt> event occurs when a Connection is established with the
Remote Endpoint. For Connection-oriented transports, this occurs when the
transport-layer connection is established; for Connectionless transports,
it occurs when the first Message is received from the Remote Endpoint. The
resulting Connection is contained within the <tt>RendezvousDone&lt;&gt;</tt> event, and is
ready to use as soon as it is passed to the application via the event.
Changes made to a Preconnection after <tt>Rendezvous</tt> has been called MUST
NOT have any effect on existing Connections.</t>
        <t>An <tt>EstablishmentError</tt> occurs either when the Properties and Security
Parameters of the Preconnection cannot be fulfilled for rendezvous or
cannot be reconciled with the Local and/or Remote Endpoints, when the Local
Endpoint or Remote Endpoint cannot be resolved, when no transport-layer
connection can be established to the Remote Endpoint, or when the
application is prohibited from rendezvous by policy:</t>
        <artwork><![CDATA[
Preconnection -> EstablishmentError<reason?>
]]></artwork>
      </section>
      <section anchor="groups">
        <name>Connection Groups</name>
        <t>Connection Groups can be created using the <tt>Clone</tt> action:</t>
        <artwork><![CDATA[
Connection := Connection.Clone(framer?, connectionProperties?)
]]></artwork>
        <t>Calling <tt>Clone</tt> on a Connection yields a Connection Group containing two Connections: the parent
Connection on which <tt>Clone</tt> was called, and a resulting cloned Connection.
The new Connection is actively opened, and it will locally send a <tt>Ready</tt> event or an <tt>EstablishmentError</tt> event.
Calling <tt>Clone</tt> on any of these Connections adds another Connection to
the Connection Group. Connections in a Connection Group share all
Connection Properties except <tt>connPriority</tt> (see <xref target="conn-priority"/>),
and these Connection Properties are entangled: Changing one of the
Connection Properties on one Connection in the Connection Group
automatically changes the Connection Property for all others. For example, changing
<tt>connTimeout</tt> (see
<xref target="conn-timeout"/>) on one Connection in a Connection Group will automatically
make the same change to this Connection Property for all other Connections in the Connection Group.
Like all other Properties, <tt>connPriority</tt> is copied
to the new Connection when calling <tt>Clone</tt>, but in this case, a later change to the
<tt>connPriority</tt> on one Connection does not change it on the
other Connections in the same Connection Group.</t>
        <t>The optional <tt>connectionProperties</tt> parameter allows passing
Transport Properties that control the behavior of the underlying stream or connection to be created, e.g., Protocol-specific Properties to request specific stream IDs for SCTP or QUIC.</t>
        <t>Message Properties set on a Connection also apply only to that Connection.</t>
        <t>A new Connection created by <tt>Clone</tt> can have a Message Framer assigned via the optional
<tt>framer</tt> parameter of the <tt>Clone</tt> action. If this parameter is not supplied, the
stack of Message Framers associated with a Connection is copied to
the cloned Connection when calling <tt>Clone</tt>. Then, a cloned Connection
has the same stack of Message Framers as the Connection from which they
are cloned, but these Framers may internally maintain per-Connection state.</t>
        <t>It is also possible to check which Connections belong to the same Connection Group.
Calling <tt>GroupedConnections</tt> on a specific Connection returns a set of all Connections
in the same group.</t>
        <artwork><![CDATA[
[]Connection := Connection.GroupedConnections()
]]></artwork>
        <t>Connections will belong to the same group if the application previously called <tt>Clone</tt>.
Passive Connections can also be added to the same group -- e.g., when a Listener
receives a new Connection that is just a new stream of an already active multi-streaming
protocol instance.</t>
        <t>If the underlying protocol supports multi-streaming, it is natural to use this
functionality to implement <tt>Clone</tt>. In that case, Connections in a Connection Group are
multiplexed together, giving them similar treatment not only inside Endpoints,
but also across the end-to-end Internet path.</t>
        <t>Note that calling <tt>Clone</tt> can result in on-the-wire signaling, e.g., to open a new
transport connection, depending on the underlying Protocol Stack. When <tt>Clone</tt> leads to
the opening of multiple such connections,
the Transport Services system will ensure consistency of
Connection Properties by uniformly applying them to all underlying connections
in a group. Even in such a case, there are possibilities for a Transport Services system
to implement prioritization within a Connection Group <xref target="TCP-COUPLING"/> <xref target="RFC8699"/>.</t>
        <t>Attempts to clone a Connection can result in a <tt>CloneError</tt>:</t>
        <artwork><![CDATA[
Connection -> CloneError<reason?>
]]></artwork>
        <t>The <tt>connPriority</tt> Connection Property operates on Connections in a Connection Group
using the same approach as in <xref target="msg-priority"/>: when allocating available network
capacity among Connections in a Connection Group, sends on Connections with
higher Priority values will be prioritized over sends on Connections that have
lower Priority values. Capacity will be shared among these Connections according to
the <tt>connScheduler</tt> property (<xref target="conn-scheduler"/>).
See <xref target="priority-in-taps"/> for more.</t>
      </section>
      <section anchor="add-endpoints">
        <name>Adding and Removing Endpoints on a Connection</name>
        <t>Transport protocols that are explicitly multipath aware are expected to automatically
manage the set of Remote Endpoints that they are communicating with, and the paths to
those endpoints. A <tt>PathChange&lt;&gt;</tt> event, described in <xref target="conn-path-change"/>, will be
generated when the path changes.</t>
        <t>In some cases, however, it is necessary to explicitly indicate to a Connection that
a new Remote Endpoint has become available for use, or to indicate that a Remote
Endpoint is no longer available. This is most common in the case of peer to peer
connections using Trickle ICE <xref target="RFC8838"/>.</t>
        <t>The <tt>AddRemote</tt> action can be used to add one or more new Remote Endpoints
to a Connection:</t>
        <artwork><![CDATA[
Connection.AddRemote([]RemoteEndpoint)
]]></artwork>
        <t>Endpoints that are already known to the Connection are ignored. A call to
<tt>AddRemote</tt> makes the new Remote Endpoints available to the Connection,
but whether the Connection makes use of those endpoints will depend on the
underlying transport protocol.</t>
        <t>Similarly, the <tt>RemoveRemote</tt> action can be used to tell a Connection to
stop using one or more Remote Endpoints:</t>
        <artwork><![CDATA[
Connection.RemoveRemote([]RemoteEndpoint)
]]></artwork>
        <t>Removing all known Remote Endpoints can have the effect of aborting the
connection. The effect of removing the active Remote Endpoint(s) depends
on the underlying transport: multipath aware transports might be able to
switch to a new path if other reachable Remote Endpoints exist, or the
connection might abort.</t>
        <t>Similarly, the <tt>AddLocal</tt> and <tt>RemoveLocal</tt> actions can be used to add
and remove local endpoints to/from a Connection.</t>
      </section>
    </section>
    <section anchor="introspection">
      <name>Managing Connections</name>
      <t>During pre-establishment and after establishment, (Pre-)Connections can be configured and queried using Connection
Properties, and asynchronous information may be available about the state of the
Connection via <tt>SoftError</tt> events.</t>
      <t>Connection Properties represent the configuration and state of the selected
Protocol Stack(s) backing a Connection. These Connection Properties may be
Generic, applying regardless of transport protocol, or Specific, applicable to a
single implementation of a single transport Protocol Stack. Generic Connection
Properties are defined in <xref target="connection-props"/> below.</t>
      <t>Protocol-specific Properties are defined in a transport- and
implementation-specific way to
permit more specialized protocol features to be used.
Too much reliance by an application on Protocol-specific Properties can significantly reduce the flexibility
of a transport services system to make appropriate
selection and configuration choices. Therefore, it is RECOMMENDED that
Protocol-specific Properties are used for properties common across different protocols and that
Protocol-specific Properties are only used where specific protocols or properties are necessary.</t>
      <t>The application can set and query Connection Properties on a per-Connection
basis. Connection Properties that are not read-only can be set during
pre-establishment (see <xref target="selection-props"/>), as well as on Connections directly using
the <tt>SetProperty</tt> action:</t>
      <artwork><![CDATA[
ErrorCode := Connection.SetProperty(property, value)
]]></artwork>
      <t>If an error is encountered in setting a property (for example, if the application tries to set a TCP-specific property on a Connection that is not using TCP), the application MUST be informed about this error via the <tt>ErrorCode</tt> Object. Such errors MUST NOT cause the Connection to be terminated.
Note that changing one of the Connection Properties on one Connection in a Connection Group
will also change it for all other Connections of that group; see further <xref target="groups"/>.</t>
      <t>At any point, the application can query Connection Properties.</t>
      <artwork><![CDATA[
ConnectionProperties := Connection.GetProperties()
value := ConnectionProperties.Get(property)
if ConnectionProperties.Has(boolean_or_preference_property) then ...
]]></artwork>
      <t>Depending on the status of the Connection, the queried Connection
Properties will include different information:</t>
      <ul spacing="normal">
        <li>The Connection state, which can be one of the following:
Establishing, Established, Closing, or Closed.</li>
        <li>Whether the Connection can be used to send data. A Connection can not be used
for sending if the Connection was created with the Selection Property
<tt>direction</tt> set to <tt>unidirectional receive</tt> or if a Message
marked as <tt>Final</tt> was sent over this Connection. See also <xref target="msg-final"/>.</li>
        <li>Whether the Connection can be used to receive data. A Connection cannot be
used for reading if the Connection was created with the Selection Property
<tt>direction</tt> set to <tt>unidirectional send</tt> or if a Message
marked as <tt>Final</tt> was received. See <xref target="receiving-final-messages"/>. The latter
is only supported by certain transport protocols, e.g., by TCP as half-closed
connection.</li>
        <li>For Connections that are Established, Closing, or Closed:
Connection Properties (<xref target="connection-props"/>) of the
actual protocols that were selected and instantiated, and Selection
Properties that the application specified on the Preconnection.
Selection Properties of type <tt>Preference</tt> will be exposed as boolean values
indicating whether or not the property applies to the selected transport.
Note that the instantiated Protocol Stack might not match all
Protocol Selection Properties that the application specified on the
Preconnection.</li>
        <li>For Connections that are Established: information concerning the
path(s) used by the Protocol Stack. This can be derived from local PVD information,
measurements by the Protocol Stack, or other sources.
For example, a Transport System that is configured to receive and process PVD information
<xref target="RFC7556"/> could also provide network configuration information for the chosen path(s).</li>
      </ul>
      <section anchor="connection-props">
        <name>Generic Connection Properties</name>
        <t>Generic Connection Properties are defined independent of the chosen Protocol Stack
and therefore available on all Connections.</t>
        <t>Many Connection Properties have a corresponding Selection Property that
enables applications to express their preference for protocols providing a supporting transport feature.</t>
        <section anchor="conn-recv-checksum">
          <name>Required Minimum Corruption Protection Coverage for Receiving</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>recvChecksumLen</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Integer (non-negative) or <tt>Full Coverage</tt></t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t><tt>Full Coverage</tt></t>
            </dd>
          </dl>
          <t>If this property is an Integer, it specifies the minimum number of bytes in a received
Message that need to be covered by a checksum.
A receiving endpoint will not forward Messages that have less coverage
to the application. The application is responsible for handling
any corruption within the non-protected part of the Message <xref target="RFC8085"/>.
A special value of 0 means that a received packet may also have a zero checksum field,
and the enumerated value <tt>Full Coverage</tt> means
that the entire Message needs to be protected by a checksum.</t>
        </section>
        <section anchor="conn-priority">
          <name>Connection Priority</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>connPriority</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Integer (non-negative)</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>100</t>
            </dd>
          </dl>
          <t>This property is a non-negative integer representing the
priority of this Connection
relative to other Connections in the same
Connection Group. A higher value reflects a higher priority. It has no effect
on Connections not part of a Connection
Group. As noted in <xref target="groups"/>, this property is not entangled when Connections
are cloned, i.e., changing the Priority on one Connection in a Connection Group
does not change it on the other Connections in the same Connection Group.
No guarantees of a specific behavior regarding Connection Priority are given;
a Transport Services system may ignore this property. See <xref target="priority-in-taps"/> for more details.</t>
        </section>
        <section anchor="conn-timeout">
          <name>Timeout for Aborting Connection</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>connTimeout</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Numeric (non-negative) or <tt>Disabled</tt></t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t><tt>Disabled</tt></t>
            </dd>
          </dl>
          <t>If this property is Numeric, it specifies how long to wait before deciding that an active Connection has
failed when trying to reliably deliver data to the Remote Endpoint. Adjusting this property
will only take effect when the underlying stack supports reliability. If this property has the enumerated
value <tt>Disabled</tt>, it means that no timeout is scheduled.</t>
        </section>
        <section anchor="keep-alive-timeout">
          <name>Timeout for keep alive packets</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>keepAliveTimeout</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Numeric (non-negative) or <tt>Disabled</tt></t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t><tt>Disabled</tt></t>
            </dd>
          </dl>
          <t>A Transport Services API can request a protocol that supports sending keep alive packets <xref target="keep-alive"/>.
If this property is Numeric, it specifies the maximum length of time an idle Connection (one for which no transport
packets have been sent) should wait before
the Local Endpoint sends a keep-alive packet to the Remote Endpoint. Adjusting this property
will only take effect when the underlying stack supports sending keep-alive packets.
Guidance on setting this value for connection-less transports is
provided in <xref target="RFC8085"/>.
A value greater than the Connection timeout (<xref target="conn-timeout"/>) or the enumerated value <tt>Disabled</tt> will disable the sending of keep-alive packets.</t>
        </section>
        <section anchor="conn-scheduler">
          <name>Connection Group Transmission Scheduler</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>connScheduler</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Enumeration</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Weighted Fair Queueing (see Section 3.6 in <xref target="RFC8260"/>)</t>
            </dd>
          </dl>
          <t>This property specifies which scheduler should be used among Connections within
a Connection Group, see <xref target="groups"/>. A set of schedulers is
described in <xref target="RFC8260"/>.</t>
        </section>
        <section anchor="prop-cap-profile">
          <name>Capacity Profile</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>connCapacityProfile</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Enumeration</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Default Profile (Best Effort)</t>
            </dd>
          </dl>
          <t>This property specifies the desired network treatment for traffic sent by the
application and the tradeoffs the application is prepared to make in path and
protocol selection to receive that desired treatment. When the capacity profile
is set to a value other than Default, the Transport Services system SHOULD select paths
and configure protocols to optimize the tradeoff between delay, delay variation, and
efficient use of the available capacity based on the capacity profile specified. How this is realized
is implementation-specific. The capacity profile MAY also be used
to set markings on the wire for Protocol Stacks supporting this.
Recommendations for use with DSCP are provided below for each profile; note that
when a Connection is multiplexed, the guidelines in Section 6 of <xref target="RFC7657"/> apply.</t>
          <t>The following values are valid for the capacity profile:</t>
          <dl>
            <dt>Default:</dt>
            <dd>
              <t>The application provides no information about its expected capacity
  profile. Transport Services systems that
  map the requested capacity profile onto per-connection DSCP signaling
  SHOULD assign the DSCP Default Forwarding <xref target="RFC2474"/> Per Hop Behaviour (PHB).</t>
            </dd>
            <dt>Scavenger:</dt>
            <dd>
              <t>The application is not interactive. It expects to send
  and/or receive data without any urgency. This can, for example, be used to
  select Protocol Stacks with scavenger transmission control and/or to assign
  the traffic to a lower-effort service. Transport Services systems that
  map the requested capacity profile onto per-connection DSCP signaling
  SHOULD assign the DSCP Less than Best Effort
  <xref target="RFC8622"/> PHB.</t>
            </dd>
            <dt>Low Latency/Interactive:</dt>
            <dd>
              <t>The application is interactive, and prefers loss to
  latency. Response time should be optimized at the expense of delay variation
  and efficient use of the available capacity when sending on this Connection. This can be
  used by the system to disable the coalescing of multiple small Messages into
  larger packets (Nagle's algorithm); to prefer immediate acknowledgment from
  the peer endpoint when supported by the underlying transport; and so on.
  Transport Services systems that map the requested capacity profile onto per-connection DSCP signaling without multiplexing SHOULD assign a DSCP Assured Forwarding (AF41,AF42,AF43,AF44) <xref target="RFC2597"/> PHB. Inelastic traffic that is expected to conform to the configured network service rate could be mapped to the DSCP Expedited Forwarding <xref target="RFC3246"/> or <xref target="RFC5865"/> PHBs.</t>
            </dd>
            <dt>Low Latency/Non-Interactive:</dt>
            <dd>
              <t>The application prefers loss to latency, but is
  not interactive. Response time should be optimized at the expense of delay
  variation and efficient use of the available capacity when sending on this Connection. Transport
  system implementations that map the requested capacity profile onto
  per-connection DSCP signaling without multiplexing SHOULD assign a DSCP
  Assured Forwarding (AF21,AF22,AF23,AF24) <xref target="RFC2597"/> PHB.</t>
            </dd>
            <dt>Constant-Rate Streaming:</dt>
            <dd>
              <t>The application expects to send/receive data at a
  constant rate after Connection establishment. Delay and delay variation should
  be minimized at the expense of efficient use of the available capacity.
  This implies that the Connection might fail if the Path is unable to maintain the desired rate.
  A transport can interpret this capacity profile as preferring a circuit
  breaker <xref target="RFC8084"/> to a rate-adaptive congestion controller. Transport
  system implementations that map the requested capacity profile onto
  per-connection DSCP signaling without multiplexing SHOULD assign a DSCP
  Assured Forwarding (AF31,AF32,AF33,AF34) <xref target="RFC2597"/> PHB.</t>
            </dd>
            <dt>Capacity-Seeking:</dt>
            <dd>
              <t>The application expects to send/receive data at the
  maximum rate allowed by its congestion controller over a relatively long
  period of time. Transport Services systems that map the requested
  capacity profile onto per-connection DSCP signaling without multiplexing
  SHOULD assign a DSCP Assured Forwarding (AF11,AF12,AF13,AF14) <xref target="RFC2597"/> PHB
  per Section 4.8 of <xref target="RFC4594"/>.</t>
            </dd>
          </dl>
          <t>The capacity profile for a selected Protocol Stack may be modified on a
per-Message basis using the Transmission Profile Message Property; see
<xref target="send-profile"/>.</t>
        </section>
        <section anchor="multipath-policy">
          <name>Policy for using Multipath Transports</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>multipathPolicy</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Enumeration</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>Handover</t>
            </dd>
          </dl>
          <t>This property specifies the local policy for transferring data across multiple paths between the same end hosts if Multipath Transport is not set to Disabled (see <xref target="multipath-mode"/>). Possible values are:</t>
          <dl>
            <dt>Handover:</dt>
            <dd>
              <t>The Connection ought only to attempt to migrate between different paths when the original path is lost or becomes unusable. The thresholds used to declare a path unusable are implementation specific.</t>
            </dd>
            <dt>Interactive:</dt>
            <dd>
              <t>The Connection ought only to attempt to minimize the latency for interactive traffic patterns by transmitting data across multiple paths when this is beneficial.
The goal of minimizing the latency will be balanced against the cost of each of these paths. Depending on the cost of the
lower-latency path, the scheduling might choose to use a higher-latency path. Traffic can be scheduled such that data may be transmitted
on multiple paths in parallel to achieve a lower latency. The specific scheduling algorithm is implementation-specific.</t>
            </dd>
            <dt>Aggregate:</dt>
            <dd>
              <t>The Connection ought to attempt to use multiple paths in parallel to maximize available capacity and possibly overcome the capacity limitations of the individual paths. The actual strategy is implementation specific.</t>
            </dd>
          </dl>
          <t>Note that this is a local choice – the Remote Endpoint can choose a different policy.</t>
        </section>
        <section anchor="bounds-on-send-or-receive-rate">
          <name>Bounds on Send or Receive Rate</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>minSendRate / minRecvRate / maxSendRate / maxRecvRate</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Numeric (non-negative) or <tt>Unlimited</tt> / Numeric (non-negative) or <tt>Unlimited</tt> / Numeric (non-negative) or <tt>Unlimited</tt> / Numeric (non-negative) or <tt>Unlimited</tt></t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t><tt>Unlimited</tt> / <tt>Unlimited</tt> / <tt>Unlimited</tt> / <tt>Unlimited</tt></t>
            </dd>
          </dl>
          <t>Numeric values of these properties specify an upper-bound rate that a transfer is not expected to
exceed (even if flow control and congestion control allow higher rates), and/or a
lower-bound rate below which the application does not deem
it will be useful. These are specified in bits per second.
The enumerated value <tt>Unlimited</tt> indicates that no bound is specified.</t>
        </section>
        <section anchor="group-connection-limit">
          <name>Group Connection Limit</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>groupConnLimit</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Numeric (non-negative) or <tt>Unlimited</tt></t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t><tt>Unlimited</tt></t>
            </dd>
          </dl>
          <t>If this property is Numeric, it controls the number of Connections that can be accepted from
a peer as new members of the Connection's group. Similar to <tt>SetNewConnectionLimit</tt>,
this limits the number of <tt>ConnectionReceived</tt> events that will occur, but constrained
to the group of the Connection associated with this property. For a multi-streaming transport,
this limits the number of allowed streams.</t>
        </section>
        <section anchor="isolate-session">
          <name>Isolate Session</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>isolateSession</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Boolean</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>false</t>
            </dd>
          </dl>
          <t>When set to true, this property will initiate new Connections using as little
cached information (such as session tickets or cookies) as possible from
previous Connections that are not in the same Connection Group. Any state generated by this
Connection will only be shared with Connections in the same Connection Group. Cloned Connections
will use saved state from within the Connection Group.
This is used for separating Connection Contexts as specified in <xref section="4.2.3" sectionFormat="of" target="I-D.ietf-taps-arch"/>.</t>
          <t>Note that this does not guarantee no leakage of information, as
implementations may not be able to fully isolate all caches (e.g. RTT
estimates). Note that this property may degrade Connection performance.</t>
        </section>
        <section anchor="read-only-conn-prop">
          <name>Read-only Connection Properties</name>
          <t>The following generic Connection Properties are read-only, i.e. they cannot be changed by an application.</t>
          <section anchor="conn-max-msg-notfrag">
            <name>Maximum Message Size Before Fragmentation or Segmentation</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>singularTransmissionMsgMaxLen</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Integer (non-negative) or <tt>Not applicable</tt></t>
              </dd>
            </dl>
            <t>This property, if applicable, represents the maximum Message size that can be
sent without incurring network-layer fragmentation at the sender.
It is specified as the number of bytes. It exposes a value to the application
based on the Maximum Packet Size (MPS) as described in Datagram PLPMTUD <xref target="RFC8899"/>.
This can allow a sending stack to avoid unwanted fragmentation at the
network-layer or segmentation by the transport layer.</t>
          </section>
          <section anchor="conn-max-msg-send">
            <name>Maximum Message Size on Send</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>sendMsgMaxLen</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Integer (non-negative)</t>
              </dd>
            </dl>
            <t>This property represents the maximum Message size that an application can send.
It is specified as the number of bytes.</t>
          </section>
          <section anchor="conn-max-msg-recv">
            <name>Maximum Message Size on Receive</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>recvMsgMaxLen</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Integer (non-negative)</t>
              </dd>
            </dl>
            <t>This property represents the maximum Message size that an application can receive.
It specified as the number of bytes.</t>
          </section>
        </section>
      </section>
      <section anchor="tcp-uto">
        <name>TCP-specific Properties: User Timeout Option (UTO)</name>
        <t>These properties specify configurations for the User Timeout Option (UTO),
in the case that TCP becomes the chosen transport protocol.
Implementation is optional and useful only if TCP is implemented in the Transport Services system.</t>
        <t>These TCP-specific properties are included here because the feature <tt>Suggest
timeout to the peer</tt> is part of the minimal set of transport services
<xref target="RFC8923"/>, where this feature was categorized as "functional".
This means that when an Transport Services system offers this feature,
the Transport Services API has to expose an interface to the application. Otherwise, the implementation might
violate assumptions by the application, which could cause the application to
fail.</t>
        <t>All of the below properties are optional (e.g., it is possible to specify <tt>User Timeout Enabled</tt> as true,
but not specify an Advertised User Timeout value; in this case, the TCP default will be used).
These properties reflect the API extension specified in Section 3 of <xref target="RFC5482"/>.</t>
        <section anchor="advertised-user-timeout">
          <name>Advertised User Timeout</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>tcp.userTimeoutValue</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Integer (non-negative)</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>the TCP default</t>
            </dd>
          </dl>
          <t>This time value is advertised via the TCP User Timeout Option (UTO) <xref target="RFC5482"/> at the Remote Endpoint
to adapt its own <tt>Timeout for aborting Connection</tt> (see <xref target="conn-timeout"/>) value.</t>
        </section>
        <section anchor="user-timeout-enabled">
          <name>User Timeout Enabled</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>tcp.userTimeoutEnabled</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Boolean</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>false</t>
            </dd>
          </dl>
          <t>This property controls whether the UTO option is enabled for a
connection. This applies to both sending and receiving.</t>
        </section>
        <section anchor="timeout-changeable">
          <name>Timeout Changeable</name>
          <dl>
            <dt>Name:</dt>
            <dd>
              <t>tcp.userTimeoutChangeable</t>
            </dd>
            <dt>Type:</dt>
            <dd>
              <t>Boolean</t>
            </dd>
            <dt>Default:</dt>
            <dd>
              <t>true</t>
            </dd>
          </dl>
          <t>This property controls whether the <tt>connTimeout</tt> (see <xref target="conn-timeout"/>)
may be changed
based on a UTO option received from the remote peer. This boolean becomes false when
<tt>connTimeout</tt> (see <xref target="conn-timeout"/>) is used.</t>
        </section>
      </section>
      <section anchor="connection-lifecycle-events">
        <name>Connection Lifecycle Events</name>
        <t>During the lifetime of a Connection there are events that can occur when configured.</t>
        <section anchor="soft-errors">
          <name>Soft Errors</name>
          <t>Asynchronous introspection is also possible, via the <tt>SoftError</tt> event. This event
informs the application about the receipt and contents of an ICMP error message related to the Connection. This will only happen if the underlying Protocol Stack supports access to soft errors; however, even if the underlying stack supports it, there
is no guarantee that a soft error will be signaled.</t>
          <artwork><![CDATA[
Connection -> SoftError<>
]]></artwork>
        </section>
        <section anchor="conn-path-change">
          <name>Path change</name>
          <t>This event notifies the application when at least one of the paths underlying a Connection has changed. Changes occur
on a single path when the PMTU changes as well as when multiple paths are used
and paths are added or removed, the set of local endpoints changes, or a handover has been performed.</t>
          <artwork><![CDATA[
Connection -> PathChange<>
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="datatransfer">
      <name>Data Transfer</name>
      <t>Data is sent and received as Messages, which allows the application
to communicate the boundaries of the data being transferred.</t>
      <section anchor="msg">
        <name>Messages and Framers</name>
        <t>Each Message has an optional Message Context, which allows to add Message Properties, identify <tt>Send</tt> events related to a specific Message or to inspect meta-data related to the Message sent. Framers can be used to extend or modify the Message data with additional information that can be processed at the receiver to detect message boundaries.</t>
        <section anchor="msg-ctx">
          <name>Message Contexts</name>
          <t>Using the MessageContext object, the application can set and retrieve meta-data of the Message, including Message Properties (see <xref target="message-props"/>) and framing meta-data (see <xref target="framing-meta"/>).
Therefore, a MessageContext object can be passed to the <tt>Send</tt> action and is returned by each <tt>Send</tt> and <tt>Receive</tt> related event.</t>
          <t>Message Properties can be set and queried using the Message Context:</t>
          <artwork><![CDATA[
MessageContext.add(property, value)
PropertyValue := MessageContext.get(property)
]]></artwork>
          <t>These Message Properties may be generic properties or Protocol-specific Properties.</t>
          <t>For MessageContexts returned by <tt>Send</tt> events (see <xref target="send-events"/>) and <tt>Receive</tt> events (see <xref target="receive-events"/>), the application can query information about the Local and Remote Endpoint:</t>
          <artwork><![CDATA[
RemoteEndpoint := MessageContext.GetRemoteEndpoint()
LocalEndpoint := MessageContext.GetLocalEndpoint()
]]></artwork>
        </section>
        <section anchor="framing">
          <name>Message Framers</name>
          <t>Although most applications communicate over a network using well-formed
Messages, the boundaries and metadata of the Messages are often not
directly communicated by the transport protocol itself. For example,
HTTP applications send and receive HTTP messages over a byte-stream
transport, requiring that the boundaries of HTTP messages be parsed
from the stream of bytes.</t>
          <t>Message Framers allow extending a Connection's Protocol Stack to define
how to encapsulate or encode outbound Messages, and how to decapsulate
or decode inbound data into Messages. Message Framers allow message
boundaries to be preserved when using a Connection object, even when
using byte-stream transports. This is designed based on the fact
that many of the current application protocols evolved over TCP, which
does not provide message boundary preservation, and since many of these
protocols require message boundaries to function, each application layer
protocol has defined its own framing.</t>
          <t>To use a Message Framer, the application adds it to its Preconnection object.
Then, the Message Framer can intercept all calls to <tt>Send</tt> or <tt>Receive</tt>
on a Connection to add Message semantics, in addition to interacting with
the setup and teardown of the Connection. A Framer can start sending data
before the application sends data if the framing protocol requires a prefix
or handshake (see <xref target="RFC8229"/> for an example of such a framing protocol).</t>
          <figure anchor="fig-framer-stack">
            <name>Protocol Stack showing a Message Framer</name>
            <artwork><![CDATA[
  Initiate()   Send()   Receive()   Close()
      |          |         ^          |
      |          |         |          |
 +----v----------v---------+----------v-----+
 |                Connection                |
 +----+----------+---------^----------+-----+
      |          |         |          |
      |      +-----------------+      |
      |      |    Messages     |      |
      |      +-----------------+      |
      |          |         |          |
 +----v----------v---------+----------v-----+
 |                Framer(s)                 |
 +----+----------+---------^----------+-----+
      |          |         |          |
      |      +-----------------+      |
      |      |   Byte-stream   |      |
      |      +-----------------+      |
      |          |         |          |
 +----v----------v---------+----------v-----+
 |         Transport Protocol Stack         |
 +------------------------------------------+
]]></artwork>
          </figure>
          <t>Note that while Message Framers add the most value when placed above
a protocol that otherwise does not preserve message boundaries, they can
also be used with datagram- or message-based protocols. In these cases,
they add an additional transformation to further encode or encapsulate,
and can potentially support packing multiple application-layer Messages
into individual transport datagrams.</t>
          <t>The API to implement a Message Framer can vary depending on the implementation;
guidance on implementing Message Framers can be found in <xref target="I-D.ietf-taps-impl"/>.</t>
          <section anchor="adding-message-framers-to-pre-connections">
            <name>Adding Message Framers to Pre-Connections</name>
            <t>The Message Framer object can be added to one or more Preconnections
to run on top of transport protocols. Multiple Framers may be added to a Preconnection;
in this case, the Framers operate as a framing stack, i.e. the last one added runs
first when framing outbound Messages, and last when parsing inbound data.</t>
            <t>The following example adds a basic HTTP Message Framer to a Preconnection:</t>
            <artwork><![CDATA[
framer := NewHTTPMessageFramer()
Preconnection.AddFramer(framer)
]]></artwork>
            <t>Since Message Framers pass from Preconnection to Listener or Connection, addition of
Framers must happen before any operation that may result in the creation of a Connection.</t>
          </section>
          <section anchor="framing-meta">
            <name>Framing Meta-Data</name>
            <t>When sending Messages, applications can add Framer-specific
properties to a MessageContext (<xref target="msg-ctx"/>).
In order to set these properties, the <tt>add</tt> and <tt>get</tt> actions
on the MessageContext. To avoid naming conflicts, the property
names SHOULD be prefixed with a namespace referencing the
framer implementation or the protocol it implements as described
in <xref target="property-names"/>.</t>
            <t>This mechanism can be used, for example, to set the type of a Message for a TLV format.
The namespace of values is custom for each unique Message Framer.</t>
            <artwork><![CDATA[
messageContext := NewMessageContext()
messageContext.add(framer, key, value)
Connection.Send(messageData, messageContext)
]]></artwork>
            <t>When an application receives a MessageContext in a <tt>Receive</tt> event,
it can also look to see if a value was set by a specific Message Framer.</t>
            <artwork><![CDATA[
messageContext.get(framer, key) -> value
]]></artwork>
            <t>For example, if an HTTP Message Framer is used, the values could correspond
to HTTP headers:</t>
            <artwork><![CDATA[
httpFramer := NewHTTPMessageFramer()
...
messageContext := NewMessageContext()
messageContext.add(httpFramer, "accept", "text/html")
]]></artwork>
          </section>
        </section>
        <section anchor="message-props">
          <name>Message Properties</name>
          <t>Applications needing to annotate the Messages they send with extra information
(for example, to control how data is scheduled and processed by the transport protocols supporting the
Connection) can include this information in the Message Context passed to the <tt>Send</tt> action. For other uses of the Message Context, see <xref target="msg-ctx"/>.</t>
          <t>Message Properties are per-Message, not per-<tt>Send</tt> if partial Messages
are sent (<xref target="send-partial"/>). All data blocks associated with a single Message
share properties specified in the Message Contexts. For example, it would not
make sense to have the beginning of a Message expire, but allow the end of a
Message to still be sent.</t>
          <t>A MessageContext object contains metadata for the Messages to be sent or received.</t>
          <artwork><![CDATA[
messageData := "hello"
messageContext := NewMessageContext()
messageContext.add(parameter, value)
Connection.Send(messageData, messageContext)
]]></artwork>
          <t>The simpler form of <tt>Send</tt>, which does not take any MessageContext, is equivalent to passing a default MessageContext without adding any Message Properties.</t>
          <t>If an application wants to override Message Properties for a specific Message,
it can acquire an empty MessageContext object and add all desired Message
Properties to that object. It can then reuse the same MessageContext object
for sending multiple Messages with the same properties.</t>
          <t>Properties can be added to a MessageContext object only before the context is used
for sending. Once a MessageContext has been used with a <tt>Send</tt> action, further modifications
to the MessageContext object do not have any effect on this <tt>Send</tt> call. Message Properties
that are not added to a MessageContext object before using the context for sending will either
take a specific default value or be configured based on Selection or Connection Properties
of the Connection that is associated with the <tt>Send</tt> call.
This initialization behavior is defined per Message Property below.</t>
          <t>The Message Properties could be inconsistent with the properties of the Protocol Stacks
underlying the Connection on which a given Message is sent. For example,
a Protocol Stack must be able to provide ordering if the <tt>msgOrdered</tt>
property of a Message is enabled. Sending a Message with Message Properties
inconsistent with the Selection Properties of the Connection yields an error.</t>
          <t>If a Message Property contradicts a Connection Property, and
if this per-Message behavior can be supported, it overrides the Connection
Property for the specific Message. For example, if
<tt>reliability</tt> is set to <tt>Require</tt> and a protocol
with configurable per-Message reliability is used, setting
<tt>msgReliable</tt> to <tt>false</tt> for a particular Message will
allow this Message to be sent without any reliability guarantees. Changing
the <tt>msgReliable</tt> Message Property is only possible for
Connections that were established enabling the Selection Property
<tt>perMsgReliability</tt>.</t>
          <t>The following Message Properties are supported:</t>
          <section anchor="msg-lifetime">
            <name>Lifetime</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>msgLifetime</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Numeric (non-negative)</t>
              </dd>
              <dt>Default:</dt>
              <dd>
                <t>infinite</t>
              </dd>
            </dl>
            <t>The Lifetime specifies how long a particular Message can wait in the Transport Services system
before it is sent to the
Remote Endpoint. After this time, it is irrelevant and no longer needs to be
(re-)transmitted. This is a hint to the Transport Services system -- it is not guaranteed
that a Message will not be sent when its Lifetime has expired.</t>
            <t>Setting a Message's Lifetime to infinite indicates that the application does
not wish to apply a time constraint on the transmission of the Message, but it does not express a need for
reliable delivery; reliability is adjustable per Message via the <tt>perMsgReliability</tt>
property (see <xref target="msg-reliable-message"/>). The type and units of Lifetime are implementation-specific.</t>
          </section>
          <section anchor="msg-priority">
            <name>Priority</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>msgPriority</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Integer (non-negative)</t>
              </dd>
              <dt>Default:</dt>
              <dd>
                <t>100</t>
              </dd>
            </dl>
            <t>This property specifies the priority of a Message, relative to other Messages sent over the
same Connection.</t>
            <t>A Message with Priority 0 will yield to a Message with Priority 1, which will
yield to a Message with Priority 2, and so on. Priorities may be used as a
sender-side scheduling construct only, or be used to specify priorities on the
wire for Protocol Stacks supporting prioritization.</t>
            <t>Note that this property is not a per-Message override of <tt>connPriority</tt>
- see <xref target="conn-priority"/>. The priority properties may interact, but can be used
independently and be realized by different mechanisms; see <xref target="priority-in-taps"/>.</t>
          </section>
          <section anchor="msg-ordered">
            <name>Ordered</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>msgOrdered</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Boolean</t>
              </dd>
              <dt>Default:</dt>
              <dd>
                <t>the queried Boolean value of the Selection Property <tt>preserveOrder</tt> (<xref target="prop-ordering"/>)</t>
              </dd>
            </dl>
            <t>The order in which Messages were submitted for transmission via the <tt>Send</tt> action will be preserved on delivery via <tt>Receive</tt> events for all Messages on a Connection that have this Message Property set to true.</t>
            <t>If false, the Message is delivered to the receiving application without preserving the ordering.
This property is used for protocols that support preservation of data ordering,
see <xref target="prop-ordering"/>, but allow out-of-order delivery for certain Messages, e.g., by multiplexing independent Messages onto
different streams.</t>
            <t>If it is not configured by the application before sending, this property's default value
will be based on the Selection Property <tt>preserveOrder</tt> of the Connection
associated with the <tt>Send</tt> action.</t>
          </section>
          <section anchor="msg-safelyreplayable">
            <name>Safely Replayable</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>safelyReplayable</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Boolean</t>
              </dd>
              <dt>Default:</dt>
              <dd>
                <t>false</t>
              </dd>
            </dl>
            <t>If true, <tt>safelyReplayable</tt> specifies that a Message is safe to send to the Remote Endpoint
more than once for a single <tt>Send</tt> action. It marks the data as safe for
certain 0-RTT establishment techniques, where retransmission of the 0-RTT data
may cause the remote application to receive the Message multiple times.</t>
            <t>For protocols that do not protect against duplicated Messages,
e.g., UDP, all Messages need to be marked as "safely replayable" by enabling this property.
To enable protocol selection to choose such a protocol,
<tt>safelyReplayable</tt> needs to be added to the TransportProperties passed to the
Preconnection. If such a protocol was chosen, disabling <tt>safelyReplayable</tt> on
individual Messages MUST result in a <tt>SendError</tt>.</t>
          </section>
          <section anchor="msg-final">
            <name>Final</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>final</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Boolean</t>
              </dd>
              <dt>Default:</dt>
              <dd>
                <t>false</t>
              </dd>
            </dl>
            <t>If true, this indicates a Message is the last that
the application will send on a Connection. This allows underlying protocols
to indicate to the Remote Endpoint that the Connection has been effectively
closed in the sending direction. For example, TCP-based Connections can
send a FIN once a Message marked as Final has been completely sent,
indicated by marking endOfMessage. Protocols that do not support signalling
the end of a Connection in a given direction will ignore this property.</t>
            <t>A Final Message must always be sorted to the end of a list of Messages.
The Final property overrides Priority and any other property that would re-order
Messages. If another Message is sent after a Message marked as Final has already
been sent on a Connection, the <tt>Send</tt> action for the new Message will cause a <tt>SendError</tt> event.</t>
          </section>
          <section anchor="msg-checksum">
            <name>Sending Corruption Protection Length</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>msgChecksumLen</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Integer (non-negative) or <tt>Full Coverage</tt></t>
              </dd>
              <dt>Default:</dt>
              <dd>
                <t><tt>Full Coverage</tt></t>
              </dd>
            </dl>
            <t>If this property is an Integer, it specifies the minimum length of the section of a sent Message,
starting from byte 0, that the application requires to be delivered without
corruption due to lower layer errors. It is used to specify options for simple
integrity protection via checksums. A value of 0 means that no checksum
needs to be calculated, and the enumerated value <tt>Full Coverage</tt> means
that the entire Message needs to be protected by a checksum. Only <tt>Full Coverage</tt> is
guaranteed, any other requests are advisory, which may result in <tt>Full Coverage</tt> being applied.</t>
          </section>
          <section anchor="msg-reliable-message">
            <name>Reliable Data Transfer (Message)</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>msgReliable</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Boolean</t>
              </dd>
              <dt>Default:</dt>
              <dd>
                <t>the queried Boolean value of the Selection Property <tt>reliability</tt> (<xref target="prop-reliable"/>)</t>
              </dd>
            </dl>
            <t>When true, this property specifies that a Message should be sent in such a way
that the transport protocol ensures all data is received on the other side
without corruption. Changing the <tt>msgReliable</tt> property on Messages
is only possible for Connections that were established enabling the Selection Property <tt>perMsgReliability</tt>.
When this is not the case, changing <tt>msgReliable</tt> will generate an error.</t>
            <t>Disabling this property indicates that the Transport Services system may disable retransmissions
or other reliability mechanisms for this particular Message, but such disabling is not guaranteed.</t>
            <t>If it is not configured by the application before sending, this property's default value
will be based on the Selection Property <tt>reliability</tt> of the Connection
associated with the <tt>Send</tt> action.</t>
          </section>
          <section anchor="send-profile">
            <name>Message Capacity Profile Override</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>msgCapacityProfile</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Enumeration</t>
              </dd>
              <dt>Default:</dt>
              <dd>
                <t>inherited from the Connection Property <tt>connCapacityProfile</tt> (<xref target="prop-cap-profile"/>)</t>
              </dd>
            </dl>
            <t>This enumerated property specifies the application's preferred tradeoffs for
sending this Message; it is a per-Message override of the <tt>connCapacityProfile</tt>
Connection Property (see <xref target="prop-cap-profile"/>).
If it is not configured by the application before sending, this property's default value
will be based on the Connection Property <tt>connCapacityProfile</tt> of the Connection
associated with the <tt>Send</tt> action.</t>
          </section>
          <section anchor="send-singular">
            <name>No Network-Layer Fragmentation</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>noFragmentation</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Boolean</t>
              </dd>
              <dt>Default:</dt>
              <dd>
                <t>false</t>
              </dd>
            </dl>
            <t>This property specifies that a Message should be sent and received
without network-layer fragmentation, if possible. It can be used
to avoid network layer fragmentation when transport segmentation is prefered.</t>
            <t>This only takes effect when the transport uses a network layer that supports this functionality.
When it does take effect, setting this property to
true will cause the sender to avoid network-layer source fragmentation.
When using IPv4, this will result in the Don't Fragment bit being set in the IP header.</t>
            <t>Attempts to send a Message with this property that result in a size greater than the
transport's current estimate of its maximum packet size (<tt>singularTransmissionMsgMaxLen</tt>)
can result in transport segmentation when permitted, or in a <tt>SendError</tt>.</t>
            <t>Note: noSegmentation should be used when it is desired to only send a Message within
a single network packet.</t>
          </section>
          <section anchor="no-transport-fragmentation">
            <name>No Segmentation</name>
            <dl>
              <dt>Name:</dt>
              <dd>
                <t>noSegmentation</t>
              </dd>
              <dt>Type:</dt>
              <dd>
                <t>Boolean</t>
              </dd>
              <dt>Default:</dt>
              <dd>
                <t>false</t>
              </dd>
            </dl>
            <t>When set to true, this property requests the transport layer
to not provide segmentation of Messages larger than the
maximum size permitted by the network layer, and also
to avoid network-layer source fragmentation of Messages.
When running over IPv4, setting this property to
true will result in a sending endpount setting the
Don't Fragment bit in the IPv4 header of packets generated by the
transport layer.</t>
            <t>An
attempt to send a Message that results in a size greater than the
transport's current estimate of its maximum packet size (<tt>singularTransmissionMsgMaxLen</tt>)
will result in a <tt>SendError</tt>.
This only takes effect when the transport and network layer
support this functionality.</t>
          </section>
        </section>
      </section>
      <section anchor="sending">
        <name>Sending Data</name>
        <t>Once a Connection has been established, it can be used for sending Messages.
By default, <tt>Send</tt> enqueues a complete Message,
and takes optional per-Message properties (see <xref target="send-basic"/>). All <tt>Send</tt> actions
are asynchronous, and deliver events (see <xref target="send-events"/>). Sending partial
Messages for streaming large data is also supported (see <xref target="send-partial"/>).</t>
        <t>Messages are sent on a Connection using the <tt>Send</tt> action:</t>
        <artwork><![CDATA[
Connection.Send(messageData, messageContext?, endOfMessage?)
]]></artwork>
        <t>where <tt>messageData</tt> is the data object to send, and <tt>messageContext</tt> allows
adding Message Properties, identifying <tt>Send</tt> events related to a specific
Message or inspecting meta-data related to the Message sent (see <xref target="msg-ctx"/>).</t>
        <t>The optional endOfMessage parameter supports partial sending and is described in
<xref target="send-partial"/>.</t>
        <section anchor="send-basic">
          <name>Basic Sending</name>
          <t>The most basic form of sending on a Connection involves enqueuing a single Data
block as a complete Message with default Message Properties.</t>
          <artwork><![CDATA[
messageData := "hello"
Connection.Send(messageData)
]]></artwork>
          <t>The interpretation of a Message to be sent is dependent on the implementation, and
on the constraints on the Protocol Stacks implied by the Connection’s transport properties.
For example, a Message may be a single datagram for UDP Connections; or an HTTP
Request for HTTP Connections.</t>
          <t>Some transport protocols can deliver arbitrarily sized Messages, but other
protocols constrain the maximum Message size. Applications can query the
Connection Property <tt>sendMsgMaxLen</tt> (<xref target="conn-max-msg-send"/>) to determine the maximum size
allowed for a single Message. If a Message is too large to fit in the Maximum Message
Size for the Connection, the <tt>Send</tt> will fail with a <tt>SendError</tt> event (<xref target="send-error"/>). For
example, it is invalid to send a Message over a UDP connection that is larger than
the available datagram sending size.</t>
        </section>
        <section anchor="send-events">
          <name>Send Events</name>
          <t>Like all actions in Transport Services API, the <tt>Send</tt> action is asynchronous. There are
several events that can be delivered in response to sending a Message.
Exactly one event (<tt>Sent</tt>, <tt>Expired</tt>, or <tt>SendError</tt>) will be delivered in response
to each call to <tt>Send</tt>.</t>
          <t>Note that if partial <tt>Send</tt> calls are used (<xref target="send-partial"/>), there will still be exactly
one <tt>Send</tt> event delivered for each call to <tt>Send</tt>. For example, if a Message
expired while two requests to <tt>Send</tt> data for that Message are outstanding,
there will be two <tt>Expired</tt> events delivered.</t>
          <t>The Transport Services API should allow the application to correlate which <tt>Send</tt> action resulted
in a particular <tt>Send</tt> event. The manner in which this correlation is indicated
is implementation-specific.</t>
          <section anchor="sent">
            <name>Sent</name>
            <artwork><![CDATA[
Connection -> Sent<messageContext>
]]></artwork>
            <t>The <tt>Sent</tt> event occurs when a previous <tt>Send</tt> call has completed, i.e., when
the data derived from the Message has been passed down or through the
underlying Protocol Stack and is no longer the responsibility of
the Transport Services API. The exact disposition of the Message (i.e.,
whether it has actually been transmitted, moved into a buffer on the network
interface, moved into a kernel buffer, and so on) when the <tt>Sent</tt> event occurs
is implementation-specific. The <tt>Sent</tt> event contains a reference to the Message
Context of the Message to which it applies.</t>
            <t><tt>Sent</tt> events allow an application to obtain an understanding of the amount
of buffering it creates. That is, if an application calls the <tt>Send</tt> action multiple
times without waiting for a <tt>Sent</tt> event, it has created more buffer inside the
Transport Services system than an application that always waits for the <tt>Sent</tt> event before
calling the next <tt>Send</tt> action.</t>
          </section>
          <section anchor="expired">
            <name>Expired</name>
            <artwork><![CDATA[
Connection -> Expired<messageContext>
]]></artwork>
            <t>The <tt>Expired</tt> event occurs when a previous <tt>Send</tt> action expired before completion;
i.e. when the Message was not sent before its Lifetime (see <xref target="msg-lifetime"/>)
expired. This is separate from <tt>SendError</tt>, as it is an expected behavior for
partially reliable transports. The <tt>Expired</tt> event contains a reference to the
Message Context of the Message to which it applies.</t>
          </section>
          <section anchor="send-error">
            <name>SendError</name>
            <artwork><![CDATA[
Connection -> SendError<messageContext, reason?>
]]></artwork>
            <t>A <tt>SendError</tt> occurs when a Message was not sent due to an error condition:
an attempt to send a Message which is too large for the system and
Protocol Stack to handle, some failure of the underlying Protocol Stack, or a
set of Message Properties not consistent with the Connection's transport
properties. The <tt>SendError</tt> contains a reference to the Message Context of the
Message to which it applies.</t>
          </section>
        </section>
        <section anchor="send-partial">
          <name>Partial Sends</name>
          <t>It is not always possible for an application to send all data associated with
a Message in a single <tt>Send</tt> action. The Message data may be too large for
the application to hold in memory at one time, or the length of the Message
may be unknown or unbounded.</t>
          <t>Partial Message sending is supported by passing an endOfMessage boolean
parameter to the <tt>Send</tt> action. This value is always true by default, and
the simpler forms of <tt>Send</tt> are equivalent to passing true for endOfMessage.</t>
          <t>The following example sends a Message in two separate calls to <tt>Send</tt>.</t>
          <artwork><![CDATA[
messageContext := NewMessageContext()
messageContext.add(parameter, value)

messageData := "hel"
endOfMessage := false
Connection.Send(messageData, messageContext, endOfMessage)

messageData := "lo"
endOfMessage := true
Connection.Send(messageData, messageContext, endOfMessage)
]]></artwork>
          <t>All data sent with the same MessageContext object will be treated as belonging
to the same Message, and will constitute an in-order series until the
endOfMessage is marked.</t>
        </section>
        <section anchor="send-batching">
          <name>Batching Sends</name>
          <t>To reduce the overhead of sending multiple small Messages on a Connection, the
application could batch several <tt>Send</tt> actions together. This provides a hint to
the system that the sending of these Messages ought to be coalesced when possible,
and that sending any of the batched Messages can be delayed until the last Message
in the batch is enqueued.</t>
          <t>The semantics for starting and ending a batch can be implementation-specific, but need
to allow multiple <tt>Send</tt> actions to be enqueued.</t>
          <artwork><![CDATA[
Connection.StartBatch()
Connection.Send(messageData)
Connection.Send(messageData)
Connection.EndBatch()
]]></artwork>
        </section>
        <section anchor="initiate-and-send">
          <name>Send on Active Open: InitiateWithSend</name>
          <t>For application-layer protocols where the Connection initiator also sends the
first Message, the <tt>InitiateWithSend</tt> action combines Connection initiation with
a first Message sent:</t>
          <artwork><![CDATA[
Connection := Preconnection.InitiateWithSend(messageData,
                                             messageContext?,
                                             timeout?)
]]></artwork>
          <t>Whenever possible, a MessageContext should be provided to declare the Message passed to <tt>InitiateWithSend</tt>
as "safely replayable" using the <tt>safelyReplayable</tt> property. This allows the Transport Services system to make use of 0-RTT establishment in case this is supported
by the available Protocol Stacks. When the selected stack(s) do not support transmitting data upon connection
establishment, <tt>InitiateWithSend</tt> is identical to <tt>Initiate</tt> followed by <tt>Send</tt>.</t>
          <t>Neither partial sends nor send batching are supported by <tt>InitiateWithSend</tt>.</t>
          <t>The events that may be sent after <tt>InitiateWithSend</tt> are equivalent to those
that would be sent by an invocation of <tt>Initiate</tt> followed immediately by an
invocation of <tt>Send</tt>, with the caveat that a send failure that occurs because
the Connection could not be established will not result in a
<tt>SendError</tt> separate from the <tt>EstablishmentError</tt> signaling the failure of Connection
establishment.</t>
        </section>
        <section anchor="priority-in-taps">
          <name>Priority and the Transport Services API</name>
          <t>The Transport Services API provides two properties to allow a sender
to signal the relative priority of data transmission: <tt>msgPriority</tt>
            <xref target="msg-priority"/> and <tt>connPriority</tt> <xref target="conn-priority"/>.
These properties are designed to allow the expression
and implementation of a wide variety of approaches to transmission priority in
the transport and application layer, including those which do not appear on
the wire (affecting only sender-side transmission scheduling) as well as those
that do (e.g. <xref target="RFC9218"/>.</t>
          <t>A Transport Services system gives no guarantees about how its expression of
relative priorities will be realized. However, the Transport Services system will
seek to ensure that performance of relatively-prioritized Connections and
Messages is not worse with respect to those Connections and Messages than
an equivalent configuration in which all prioritization properties are left
at their defaults.</t>
          <t>The Transport Services API does order <tt>connPriority</tt> over
<tt>msgPriority</tt>. In the absence of other externalities
(e.g., transport-layer flow control), a priority 1 Message on a priority 0
Connection will be sent before a priority 0 Message on a priority 1
Connection in the same group.</t>
        </section>
      </section>
      <section anchor="receiving">
        <name>Receiving Data</name>
        <t>Once a Connection is established, it can be used for receiving data (unless the
<tt>direction</tt> property is set to <tt>unidirectional send</tt>). As with
sending, the data is received in Messages. Receiving is an asynchronous
operation, in which each call to <tt>Receive</tt> enqueues a request to receive new
data from the Connection. Once data has been received, or an error is encountered,
an event will be delivered to complete any pending <tt>Receive</tt> requests (see <xref target="receive-events"/>).
If Messages arrive at the Transport Services system before <tt>Receive</tt> requests are issued,
ensuing <tt>Receive</tt> requests will first operate on these Messages before awaiting any further Messages.</t>
        <section anchor="enqueuing-receives">
          <name>Enqueuing Receives</name>
          <t><tt>Receive</tt> takes two parameters to specify the length of data that an application
is willing to receive, both of which are optional and have default values if not
specified.</t>
          <artwork><![CDATA[
Connection.Receive(minIncompleteLength?, maxLength?)
]]></artwork>
          <t>By default, <tt>Receive</tt> will try to deliver complete Messages in a single event (<xref target="receive-complete"/>).</t>
          <t>The application can set a minIncompleteLength value to indicate the smallest partial
Message data size in bytes that should be delivered in response to this <tt>Receive</tt>. By default,
this value is infinite, which means that only complete Messages should be delivered (see <xref target="receive-partial"/>
and <xref target="framing"/> for more information on how this is accomplished).
If this value is set to some smaller value, the associated receive event will be triggered
only when at least that many bytes are available, or the Message is complete with fewer
bytes, or the system needs to free up memory. Applications should always
check the length of the data delivered to the receive event and not assume
it will be as long as minIncompleteLength in the case of shorter complete Messages
or memory issues.</t>
          <t>The maxLength argument indicates the maximum size of a Message in bytes
that the application is currently prepared to receive. The default
value for maxLength is infinite. If an incoming Message is larger than the
minimum of this size and the maximum Message size on receive for
the Connection's Protocol Stack, it will be delivered via <tt>ReceivedPartial</tt>
events (<xref target="receive-partial"/>).</t>
          <t>Note that maxLength does not guarantee that the application will receive that many
bytes if they are available; the Transport Services API could return <tt>ReceivedPartial</tt> events with less
data than maxLength according to implementation constraints. Note also that maxLength
and minIncompleteLength are intended only to manage buffering, and are not interpreted
as a receiver preference for Message reordering.</t>
        </section>
        <section anchor="receive-events">
          <name>Receive Events</name>
          <t>Each call to <tt>Receive</tt> will be paired with a single <tt>Receive</tt> event, which can be a success
or an error. This allows an application to provide backpressure to the transport stack
when it is temporarily not ready to receive Messages.</t>
          <t>The Transport Services API should allow the application to correlate which call to <tt>Receive</tt> resulted
in a particular <tt>Receive</tt> event. The manner in which this correlation is indicated
is implementation-specific.</t>
          <section anchor="receive-complete">
            <name>Received</name>
            <artwork><![CDATA[
Connection -> Received<messageData, messageContext>
]]></artwork>
            <t>A <tt>Received</tt> event indicates the delivery of a complete Message.
It contains two objects, the received bytes as <tt>messageData</tt>, and the metadata and properties of the received Message as <tt>messageContext</tt>.</t>
            <t>The <tt>messageData</tt> value provides access to the bytes that were received for this Message, along with the length of the byte array.
The <tt>messageContext</tt> value is provided to enable retrieving metadata about the Message and referring to the Message. The MessageContext object is described in <xref target="msg-ctx"/>.</t>
            <t>See <xref target="framing"/> for handling Message framing in situations where the Protocol
Stack only provides a byte-stream transport.</t>
          </section>
          <section anchor="receive-partial">
            <name>ReceivedPartial</name>
            <artwork><![CDATA[
Connection -> ReceivedPartial<messageData, messageContext,
                              endOfMessage>
]]></artwork>
            <t>If a complete Message cannot be delivered in one event, one part of the Message
can be delivered with a <tt>ReceivedPartial</tt> event. To continue to receive more
of the same Message, the application must invoke <tt>Receive</tt> again.</t>
            <t>Multiple invocations of <tt>ReceivedPartial</tt> deliver data for the same Message by
passing the same MessageContext, until the endOfMessage flag is delivered or a
 <tt>ReceiveError</tt> occurs. All partial blocks of a single Message are delivered in
order without gaps. This event does not support delivering non-contiguous partial
Messages. If, for example, Message A is divided into three pieces (A1, A2, A3) and
Message B is divided into three pieces (B1, B2, B3), and preserveOrder is not Required,
the <tt>ReceivedPartial</tt> may deliver them in a sequence like this: A1, B1, B2, A2, A3, B3,
because the MessageContext allows the application to identify the pieces as belonging
to Message A and B, respectively. However, a sequence like: A1, A3 will never occur.</t>
            <t>If the minIncompleteLength in the Receive request was set to be infinite (indicating
a request to receive only complete Messages), the <tt>ReceivedPartial</tt> event may still be
delivered if one of the following conditions is true:</t>
            <ul spacing="normal">
              <li>the underlying Protocol Stack supports message boundary preservation, and
the size of the Message is larger than the buffers available for a single
Message;</li>
              <li>the underlying Protocol Stack does not support message boundary
preservation, and the Message Framer (see <xref target="framing"/>) cannot determine
the end of the Message using the buffer space it has available; or</li>
              <li>the underlying Protocol Stack does not support message boundary
preservation, and no Message Framer was supplied by the application</li>
            </ul>
            <t>Note that in the absence of message boundary preservation or
a Message Framer, all bytes received on the Connection will be represented as one
large Message of indeterminate length.</t>
            <t>In the following example, an application only wants to receive up to 1000 bytes
at a time from a Connection. If a 1500-byte Message arrives, it would receive
the Message in two separate <tt>ReceivedPartial</tt> events.</t>
            <artwork><![CDATA[
Connection.Receive(1, 1000)

// Receive first 1000 bytes, message is incomplete
Connection -> ReceivedPartial<messageData(1000 bytes),
                              messageContext, false>

Connection.Receive(1, 1000)

// Receive last 500 bytes, message is now complete
Connection -> ReceivedPartial<messageData(500 bytes),
                              messageContext, true>
]]></artwork>
          </section>
          <section anchor="receive-error">
            <name>ReceiveError</name>
            <artwork><![CDATA[
Connection -> ReceiveError<messageContext, reason?>
]]></artwork>
            <t>A <tt>ReceiveError</tt> occurs when data is received by the underlying Protocol Stack
that cannot be fully retrieved or parsed, and when it is useful for the application
to be notified of such errors. For example, a <tt>ReceiveError</tt> can
indicate that a Message (identified via the <tt>messageContext</tt> value)
that was being partially received previously, but had not
completed, encountered an error and will not be completed. This can be useful
for an application, which may want to use this error as a hint to remove
previously received Message parts from memory. As another example,
if an incoming Message does not fulfill the <tt>recvChecksumLen</tt> property
(see <xref target="conn-recv-checksum"/>),
an application can use this error as a hint to inform the peer application
to adjust the <tt>msgChecksumLen</tt> property (see <xref target="msg-checksum"/>).</t>
            <t>In contrast, internal protocol reception errors (e.g., loss causing retransmissions
in TCP) are not signalled by this event. Conditions that irrevocably lead to
the termination of the Connection are signaled using <tt>ConnectionError</tt>
(see <xref target="termination"/>).</t>
          </section>
        </section>
        <section anchor="recv-meta">
          <name>Receive Message Properties</name>
          <t>Each Message Context may contain metadata from protocols in the Protocol Stack;
which metadata is available is Protocol Stack dependent. These are exposed through additional read-only Message Properties that can be queried from the MessageContext object (see <xref target="msg-ctx"/>) passed by the receive event.
The following metadata values are supported:</t>
          <section anchor="receive-ecn">
            <name>UDP(-Lite)-specific Property: ECN</name>
            <t>When available, Message metadata carries the value of the Explicit Congestion
Notification (ECN) field. This information can be used for logging and debugging,
and for building applications that need access to information about
the transport internals for their own operation. This property is specific to UDP
and UDP-Lite because these protocols do not implement congestion control,
and hence expose this functionality to the application (see <xref target="RFC8293"/>,
following the guidance in <xref target="RFC8085"/>)</t>
          </section>
          <section anchor="receive-early">
            <name>Early Data</name>
            <t>In some cases it can be valuable to know whether data was read as part of early
data transfer (before Connection establishment has finished). This is useful if
applications need to treat early data separately,
e.g., if early data has different security properties than data sent after
connection establishment. In the case of TLS 1.3, client early data can be replayed
maliciously (see <xref target="RFC8446"/>). Thus, receivers might wish to perform additional
checks for early data to ensure it is safely replayable. If TLS 1.3 is available
and the recipient Message was sent as part of early data, the corresponding metadata carries
a flag indicating as such. If early data is enabled, applications should check this metadata
field for Messages received during Connection establishment and respond accordingly.</t>
          </section>
          <section anchor="receiving-final-messages">
            <name>Receiving Final Messages</name>
            <t>The Message Context can indicate whether or not this Message is
the Final Message on a Connection. For any Message that is marked as Final,
the application can assume that there will be no more Messages received on the
Connection once the Message has been completely delivered. This corresponds
to the <tt>final</tt> property that may be marked on a sent Message, see <xref target="msg-final"/>.</t>
            <t>Some transport protocols and peers do not support signaling of the <tt>final</tt> property.
Applications therefore should not rely on receiving a Message marked Final to know
that the sending endpoint is done sending on a Connection.</t>
            <t>Any calls to <tt>Receive</tt> once the Final Message has been delivered will result in errors.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="termination">
      <name>Connection Termination</name>
      <t>A Connection can be terminated i) by the Local Endpoint (i.e., the application calls the <tt>Close</tt>, <tt>CloseGroup</tt>, <tt>Abort</tt> or <tt>AbortGroup</tt> action), ii) by the Remote Endpoint (i.e., the remote application calls the <tt>Close</tt>, <tt>CloseGroup</tt>, <tt>Abort</tt> or <tt>AbortGroup</tt> action), or iii) because of an error (e.g., a timeout). A local call of the <tt>Close</tt> action will
cause the Connection to either send a <tt>Closed</tt> event or a <tt>ConnectionError</tt> event, and a local call of
the <tt>CloseGroup</tt> action will cause all of the Connections in the group to either send a <tt>Closed</tt> event
or a <tt>ConnectionError</tt> event. A local call of the <tt>Abort</tt> action will cause the Connection to send
a <tt>ConnectionError</tt> event, indicating local <tt>Abort</tt> as a reason, and a local call of the <tt>AbortGroup</tt> action
will cause all of the Connections in the group to send a <tt>ConnectionError</tt> event, indicating local <tt>Abort</tt>
as a reason.</t>
      <t>Remote action calls map to events similar to local calls (e.g., a remote <tt>Close</tt> causes the
Connection to either send a <tt>Closed</tt> event or a <tt>ConnectionError</tt> event), but, different from local action calls,
it is not guaranteed that such events will indeed be invoked. When an application needs to free resources
associated with a Connection, it should therefore not rely on the invocation of such events due to
termination calls from the Remote Endpoint, but instead use the local termination actions.</t>
      <t><tt>Close</tt> terminates a Connection after satisfying all the requirements that were
specified regarding the delivery of Messages that the application has already
given to the Transport Services system. Upon successfully satisfying all these
requirements, the Connection will send the <tt>Closed</tt> event. For example, if reliable delivery was requested
for a Message handed over before calling <tt>Close</tt>, the <tt>Closed</tt> event will signify
that this Message has indeed been delivered. This action does not affect any other Connection
in the same Connection Group.</t>
      <t>An application MUST NOT assume that it can receive any further data on a Connection
for which it has called <tt>Close</tt>, even if such data is already in flight.</t>
      <artwork><![CDATA[
Connection.Close()
]]></artwork>
      <t>The <tt>Closed</tt> event informs the application that a <tt>Close</tt> action has successfully
completed, or that the Remote Endpoint has closed the Connection.
There is no guarantee that a remote <tt>Close</tt> will be signaled.</t>
      <artwork><![CDATA[
Connection -> Closed<>
]]></artwork>
      <t><tt>Abort</tt> terminates a Connection without delivering any remaining Messages. This action does
not affect any other Connection that is entangled with this one in a Connection Group.
When the <tt>Abort</tt> action has finished, the Connection will send a <tt>ConnectionError</tt> event,
indicating local <tt>Abort</tt> as a reason.</t>
      <artwork><![CDATA[
Connection.Abort()
]]></artwork>
      <t><tt>CloseGroup</tt> gracefully terminates a Connection and any other Connections in the
same Connection Group. For example, all of the Connections in a
group might be streams of a single session for a multistreaming protocol; closing the entire
group will close the underlying session. See also <xref target="groups"/>. All Connections in the group
will send a <tt>Closed</tt> event when the <tt>CloseGroup</tt> action was successful.
As with <tt>Close</tt>, any Messages
remaining to be processed on a Connection will be handled prior to closing.</t>
      <artwork><![CDATA[
Connection.CloseGroup()
]]></artwork>
      <t><tt>AbortGroup</tt> terminates a Connection and any other Connections that are
in the same Connection Group without delivering any remaining Messages.
When the <tt>AbortGroup</tt> action has finished, all Connections in the group will
send a <tt>ConnectionError</tt> event, indicating local <tt>Abort</tt> as a reason.</t>
      <artwork><![CDATA[
Connection.AbortGroup()
]]></artwork>
      <t>A <tt>ConnectionError</tt> informs the application that: 1) data could not be delivered to the
peer after a timeout,
or 2) the Connection has been aborted (e.g., because the peer has called <tt>Abort</tt>).
There is no guarantee that an <tt>Abort</tt> from the peer will be signaled.</t>
      <artwork><![CDATA[
Connection -> ConnectionError<reason?>
]]></artwork>
    </section>
    <section anchor="connection-state-and-ordering-of-operations-and-events">
      <name>Connection State and Ordering of Operations and Events</name>
      <t>This Transport Services API is designed to be independent of an implementation's
concurrency model.  The details of how exactly actions are handled, and how
events are dispatched, are implementation dependent.</t>
      <t>Each transition of Connection state is associated with one of more events:</t>
      <ul spacing="normal">
        <li>
          <tt>Ready&lt;&gt;</tt> occurs when a Connection created with <tt>Initiate</tt> or
<tt>InitiateWithSend</tt> transitions to Established state.</li>
        <li>
          <tt>ConnectionReceived&lt;&gt;</tt> occurs when a Connection created with <tt>Listen</tt>
transitions to Established state.</li>
        <li>
          <tt>RendezvousDone&lt;&gt;</tt> occurs when a Connection created with <tt>Rendezvous</tt>
transitions to Established state.</li>
        <li>
          <tt>Closed&lt;&gt;</tt> occurs when a Connection transitions to Closed state without error.</li>
        <li>
          <tt>EstablishmentError&lt;&gt;</tt> occurs when a Connection created with <tt>Initiate</tt> transitions
from Establishing state to Closed state due to an error.</li>
        <li>
          <tt>ConnectionError&lt;&gt;</tt> occurs when a Connection transitions to Closed state due to
an error in all other circumstances.</li>
      </ul>
      <t>The following diagram shows the possible states of a Connection and the
events that occur upon a transition from one state to another.</t>
      <figure anchor="fig-connstates">
        <name>Connection State Diagram</name>
        <artwork><![CDATA[
              (*)                               (**)
Establishing -----> Established -----> Closing ------> Closed
     |                                                   ^
     |                                                   |
     +---------------------------------------------------+
                  EstablishmentError<>

(*) Ready<>, ConnectionReceived<>, RendezvousDone<>
(**) Closed<>, ConnectionError<>

]]></artwork>
      </figure>
      <t>The Transport Services API  provides the following guarantees about the ordering of
 operations:</t>
      <ul spacing="normal">
        <li>
          <tt>Sent&lt;&gt;</tt> events will occur on a Connection in the order in which the Messages
were sent (i.e., delivered to the kernel or to the network interface,
depending on implementation).</li>
        <li>
          <tt>Received&lt;&gt;</tt> will never occur on a Connection before it is Established; i.e.
before a <tt>Ready&lt;&gt;</tt> event on that Connection, or a <tt>ConnectionReceived&lt;&gt;</tt> or
<tt>RendezvousDone&lt;&gt;</tt> containing that Connection.</li>
        <li>No events will occur on a Connection after it is closed; i.e., after a
<tt>Closed&lt;&gt;</tt> event, an <tt>EstablishmentError&lt;&gt;</tt> or <tt>ConnectionError&lt;&gt;</tt> will not occur on that Connection. To
ensure this ordering, <tt>Closed&lt;&gt;</tt> will not occur on a Connection while other
events on the Connection are still locally outstanding (i.e., known to the
Transport Services API and waiting to be dealt with by the application).</li>
      </ul>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>RFC-EDITOR: Please remove this section before publication.</t>
      <t>This document has no actions for IANA.
Later versions of this document may create IANA registries for generic transport property names and transport property namespaces (see <xref target="property-names"/>).</t>
    </section>
    <section anchor="privacy-security">
      <name>Privacy and Security Considerations</name>
      <t>This document describes a generic API for interacting with a Transport Services system.
Part of this API includes configuration details for transport security protocols, as discussed
in <xref target="security-parameters"/>. It does not recommend use (or disuse) of specific
algorithms or protocols. Any API-compatible transport security protocol ought to work in a Transport Services system.
Security considerations for these protocols are discussed in the respective specifications.</t>
      <t>The described API is used to exchange information between an application and the Transport Services system. While
it is not necessarily expected that both systems are implemented by the same authority, it is expected
that the Transport Services implementation is either provided as a library that is selected by the application
from a trusted party, or that it is part of the operating system that the application also relies on for
other tasks.</t>
      <t>In either case, the Transport Services API is an internal interface that is used to exchange information locally between two systems.
However, as the Transport Services system is responsible for network communication, it is in the position to
potentially share any information provided by the application with the network or another communication peer.
Most of the information provided over the Transport Services API are useful to configure and select protocols and paths
and are not necessarily privacy sensitive. Still, some information could be privacy sensitive because
it might reveal usage characteristics and habits of the user of an application.</t>
      <t>Of course any communication over a network reveals usage characteristics, because all
packets, as well as their timing and size, are part of the network-visible wire image <xref target="RFC8546"/>. However,
the selection of a protocol and its configuration also impacts which information is visible, potentially in
clear text, and which other entities can access it. In most cases, information provided for protocol and path selection
should not directly translate to information that can be observed by network devices on the path.
However, there might be specific configuration
information that is intended for path exposure, e.g., a DiffServ codepoint setting, that is either provided
directly by the application or indirectly configured for a traffic profile.</t>
      <t>Applications should be aware that a single communication attempt can lead to more than one connection establishment procedure.
This is the case, for example, when the Transport Services system also executes name resolution, when support mechanisms such as
TURN or ICE are used to establish connectivity, if protocols or paths are raced, or if a path fails and
fallback or re-establishment is supported in the Transport Services system. Applications should take special
care when using 0-RTT session resumption (see <xref target="prop-0rtt"/>), as early data sent across multiple paths during
connection establishment may reveal information that can be used to correlate endpoints on these paths.</t>
      <t>Applications should also take care to not assume that all data received using the Transport Services API is always
complete or well-formed. Specifically, Messages that are received partially <xref target="receive-partial"/> could be a source
of truncation attacks if applications do not distinguish between partial Messages and complete Messages.</t>
      <t>The Transport Services API explicitly does not require the application to resolve names, though there is
a tradeoff between early and late binding of addresses to names. Early binding
allows the Transport Services implementation to reduce Connection setup latency, at the cost
of potentially limited scope for alternate path discovery during Connection
establishment, as well as potential additional information leakage about
application interest when used with a resolution method (such as DNS without
TLS) which does not protect query confidentiality.</t>
      <t>These communication activities are not different from what is used today. However,
the goal of a Transport Services system is to support
such mechanisms as a generic service within the transport layer. This enables applications to more dynamically
benefit from innovations and new protocols in the transport, although it reduces transparency of the
underlying communication actions to the application itself. The Transport Services API is designed such that protocol and path selection
can be limited to a small and controlled set if required by the application for functional or security purposes. Further,
introspection on the properties of Connection objects allows an application to determine whith protocol(s) and path(s) are in use.
A Tranport Services system SHOULD provide a facility logging the communication events of each Connection.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>This work has received funding from the European Union's Horizon 2020 research and
innovation programme under grant agreements No. 644334 (NEAT) and No. 688421 (MAMI).</t>
      <t>This work has been supported by Leibniz Prize project funds of DFG - German
Research Foundation: Gottfried Wilhelm Leibniz-Preis 2011 (FKZ FE 570/4-1).</t>
      <t>This work has been supported by the UK Engineering and Physical Sciences
Research Council under grant EP/R04144X/1.</t>
      <t>This work has been supported by the Research Council of Norway under its "Toppforsk"
programme through the "OCARINA" project.</t>
      <t>Thanks to Stuart Cheshire, Josh Graessley, David Schinazi, and Eric Kinnear for
their implementation and design efforts, including Happy Eyeballs, that heavily
influenced this work. Thanks to Laurent Chuat and Jason Lee for initial work on
the Post Sockets interface, from which this work has evolved. Thanks to
Maximilian Franke for asking good questions based on implementation experience
and for contributing text, e.g., on multicast.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.ietf-taps-arch">
          <front>
            <title>An Architecture for Transport Services</title>
            <author fullname="Tommy Pauly" initials="T." surname="Pauly">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Brian Trammell" initials="B." surname="Trammell">
              <organization>Google Switzerland GmbH</organization>
            </author>
            <author fullname="Anna Brunstrom" initials="A." surname="Brunstrom">
              <organization>Karlstad University</organization>
            </author>
            <author fullname="Gorry Fairhurst" initials="G." surname="Fairhurst">
              <organization>University of Aberdeen</organization>
            </author>
            <author fullname="Colin Perkins" initials="C." surname="Perkins">
              <organization>University of Glasgow</organization>
            </author>
            <date day="30" month="May" year="2023"/>
            <abstract>
              <t>   This document describes an architecture for exposing transport
   protocol features to applications for network communication, a
   Transport Services system.  The Transport Services Application
   Programming Interface (API) is based on an asynchronous, event-driven
   interaction pattern.  This API uses messages for representing data
   transfer to applications, and describes how implementations can use
   multiple IP addresses, multiple protocols, and multiple paths, and
   provide multiple application streams.  This document further defines
   common terminology and concepts to be used in definitions of a
   Transport Service API and a Transport Services implementation.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-taps-arch-18"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.ietf-taps-impl">
          <front>
            <title>Implementing Interfaces to Transport Services</title>
            <author fullname="Anna Brunstrom" initials="A." surname="Brunstrom">
              <organization>Karlstad University</organization>
            </author>
            <author fullname="Tommy Pauly" initials="T." surname="Pauly">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Reese Enghardt" initials="R." surname="Enghardt">
              <organization>Netflix</organization>
            </author>
            <author fullname="Philipp S. Tiesel" initials="P. S." surname="Tiesel">
              <organization>SAP SE</organization>
            </author>
            <author fullname="Michael Welzl" initials="M." surname="Welzl">
              <organization>University of Oslo</organization>
            </author>
            <date day="5" month="June" year="2023"/>
            <abstract>
              <t>   The Transport Services system enables applications to use transport
   protocols flexibly for network communication and defines a protocol-
   independent Transport Services Application Programming Interface
   (API) that is based on an asynchronous, event-driven interaction
   pattern.  This document serves as a guide to implementing such a
   system.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-taps-impl-16"/>
        </reference>
        <reference anchor="RFC7556">
          <front>
            <title>Multiple Provisioning Domain Architecture</title>
            <author fullname="D. Anipko" initials="D." role="editor" surname="Anipko"/>
            <date month="June" year="2015"/>
            <abstract>
              <t>This document is a product of the work of the Multiple Interfaces Architecture Design team. It outlines a solution framework for some of the issues experienced by nodes that can be attached to multiple networks simultaneously. The framework defines the concept of a Provisioning Domain (PvD), which is a consistent set of network configuration information. PvD-aware nodes learn PvD-specific information from the networks they are attached to and/or other sources. PvDs are used to enable separation and configuration consistency in the presence of multiple concurrent connections.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7556"/>
          <seriesInfo name="DOI" value="10.17487/RFC7556"/>
        </reference>
        <reference anchor="TCP-COUPLING">
          <front>
            <title>ctrlTCP: Reducing Latency through Coupled, Heterogeneous Multi-Flow TCP Congestion Control</title>
            <author initials="S." surname="Islam" fullname="Safiqul Islam">
              <organization/>
            </author>
            <author initials="M." surname="Welzl" fullname="Michael Welzl">
              <organization/>
            </author>
            <author initials="K." surname="Hiorth" fullname="Kristian Hiorth">
              <organization/>
            </author>
            <author initials="D." surname="Hayes" fullname="David Hayes">
              <organization/>
            </author>
            <author initials="G." surname="Armitage" fullname="Grenville Armitage">
              <organization/>
            </author>
            <author initials="S." surname="Gjessing" fullname="Stein Gjessing">
              <organization/>
            </author>
            <date year="2018"/>
          </front>
          <seriesInfo name="IEEE INFOCOM Global Internet Symposium (GI) workshop (GI 2018)" value=""/>
        </reference>
        <reference anchor="RFC8095">
          <front>
            <title>Services Provided by IETF Transport Protocols and Congestion Control Mechanisms</title>
            <author fullname="G. Fairhurst" initials="G." role="editor" surname="Fairhurst"/>
            <author fullname="B. Trammell" initials="B." role="editor" surname="Trammell"/>
            <author fullname="M. Kuehlewind" initials="M." role="editor" surname="Kuehlewind"/>
            <date month="March" year="2017"/>
            <abstract>
              <t>This document describes, surveys, and classifies the protocol mechanisms provided by existing IETF protocols, as background for determining a common set of transport services. It examines the Transmission Control Protocol (TCP), Multipath TCP, the Stream Control Transmission Protocol (SCTP), the User Datagram Protocol (UDP), UDP-Lite, the Datagram Congestion Control Protocol (DCCP), the Internet Control Message Protocol (ICMP), the Real-Time Transport Protocol (RTP), File Delivery over Unidirectional Transport / Asynchronous Layered Coding (FLUTE/ALC) for Reliable Multicast, NACK- Oriented Reliable Multicast (NORM), Transport Layer Security (TLS), Datagram TLS (DTLS), and the Hypertext Transport Protocol (HTTP), when HTTP is used as a pseudotransport. This survey provides background for the definition of transport services within the TAPS working group.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8095"/>
          <seriesInfo name="DOI" value="10.17487/RFC8095"/>
        </reference>
        <reference anchor="RFC8923">
          <front>
            <title>A Minimal Set of Transport Services for End Systems</title>
            <author fullname="M. Welzl" initials="M." surname="Welzl"/>
            <author fullname="S. Gjessing" initials="S." surname="Gjessing"/>
            <date month="October" year="2020"/>
            <abstract>
              <t>This document recommends a minimal set of Transport Services offered by end systems and gives guidance on choosing among the available mechanisms and protocols. It is based on the set of transport features in RFC 8303.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8923"/>
          <seriesInfo name="DOI" value="10.17487/RFC8923"/>
        </reference>
        <reference anchor="RFC8922">
          <front>
            <title>A Survey of the Interaction between Security Protocols and Transport Services</title>
            <author fullname="T. Enghardt" initials="T." surname="Enghardt"/>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="C. Perkins" initials="C." surname="Perkins"/>
            <author fullname="K. Rose" initials="K." surname="Rose"/>
            <author fullname="C. Wood" initials="C." surname="Wood"/>
            <date month="October" year="2020"/>
            <abstract>
              <t>This document provides a survey of commonly used or notable network security protocols, with a focus on how they interact and integrate with applications and transport protocols. Its goal is to supplement efforts to define and catalog Transport Services by describing the interfaces required to add security protocols. This survey is not limited to protocols developed within the scope or context of the IETF, and those included represent a superset of features a Transport Services system may need to support.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8922"/>
          <seriesInfo name="DOI" value="10.17487/RFC8922"/>
        </reference>
        <reference anchor="RFC2914">
          <front>
            <title>Congestion Control Principles</title>
            <author fullname="S. Floyd" initials="S." surname="Floyd"/>
            <date month="September" year="2000"/>
            <abstract>
              <t>The goal of this document is to explain the need for congestion control in the Internet, and to discuss what constitutes correct congestion control. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="41"/>
          <seriesInfo name="RFC" value="2914"/>
          <seriesInfo name="DOI" value="10.17487/RFC2914"/>
        </reference>
        <reference anchor="RFC8084">
          <front>
            <title>Network Transport Circuit Breakers</title>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <date month="March" year="2017"/>
            <abstract>
              <t>This document explains what is meant by the term "network transport Circuit Breaker". It describes the need for Circuit Breakers (CBs) for network tunnels and applications when using non-congestion- controlled traffic and explains where CBs are, and are not, needed. It also defines requirements for building a CB and the expected outcomes of using a CB within the Internet.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="208"/>
          <seriesInfo name="RFC" value="8084"/>
          <seriesInfo name="DOI" value="10.17487/RFC8084"/>
        </reference>
        <reference anchor="RFC8981">
          <front>
            <title>Temporary Address Extensions for Stateless Address Autoconfiguration in IPv6</title>
            <author fullname="F. Gont" initials="F." surname="Gont"/>
            <author fullname="S. Krishnan" initials="S." surname="Krishnan"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <author fullname="R. Draves" initials="R." surname="Draves"/>
            <date month="February" year="2021"/>
            <abstract>
              <t>This document describes an extension to IPv6 Stateless Address Autoconfiguration that causes hosts to generate temporary addresses with randomized interface identifiers for each prefix advertised with autoconfiguration enabled. Changing addresses over time limits the window of time during which eavesdroppers and other information collectors may trivially perform address-based network-activity correlation when the same address is employed for multiple transactions by the same host. Additionally, it reduces the window of exposure of a host as being accessible via an address that becomes revealed as a result of active communication. This document obsoletes RFC 4941.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8981"/>
          <seriesInfo name="DOI" value="10.17487/RFC8981"/>
        </reference>
        <reference anchor="RFC8085">
          <front>
            <title>UDP Usage Guidelines</title>
            <author fullname="L. Eggert" initials="L." surname="Eggert"/>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <author fullname="G. Shepherd" initials="G." surname="Shepherd"/>
            <date month="March" year="2017"/>
            <abstract>
              <t>The User Datagram Protocol (UDP) provides a minimal message-passing transport that has no inherent congestion control mechanisms. This document provides guidelines on the use of UDP for the designers of applications, tunnels, and other protocols that use UDP. Congestion control guidelines are a primary focus, but the document also provides guidance on other topics, including message sizes, reliability, checksums, middlebox traversal, the use of Explicit Congestion Notification (ECN), Differentiated Services Code Points (DSCPs), and ports.</t>
              <t>Because congestion control is critical to the stable operation of the Internet, applications and other protocols that choose to use UDP as an Internet transport must employ mechanisms to prevent congestion collapse and to establish some degree of fairness with concurrent traffic. They may also need to implement additional mechanisms, depending on how they use UDP.</t>
              <t>Some guidance is also applicable to the design of other protocols (e.g., protocols layered directly on IP or via IP-based tunnels), especially when these protocols do not themselves provide congestion control.</t>
              <t>This document obsoletes RFC 5405 and adds guidelines for multicast UDP usage.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="145"/>
          <seriesInfo name="RFC" value="8085"/>
          <seriesInfo name="DOI" value="10.17487/RFC8085"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC8445">
          <front>
            <title>Interactive Connectivity Establishment (ICE): A Protocol for Network Address Translator (NAT) Traversal</title>
            <author fullname="A. Keranen" initials="A." surname="Keranen"/>
            <author fullname="C. Holmberg" initials="C." surname="Holmberg"/>
            <author fullname="J. Rosenberg" initials="J." surname="Rosenberg"/>
            <date month="July" year="2018"/>
            <abstract>
              <t>This document describes a protocol for Network Address Translator (NAT) traversal for UDP-based communication. This protocol is called Interactive Connectivity Establishment (ICE). ICE makes use of the Session Traversal Utilities for NAT (STUN) protocol and its extension, Traversal Using Relay NAT (TURN).</t>
              <t>This document obsoletes RFC 5245.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8445"/>
          <seriesInfo name="DOI" value="10.17487/RFC8445"/>
        </reference>
        <reference anchor="RFC8489">
          <front>
            <title>Session Traversal Utilities for NAT (STUN)</title>
            <author fullname="M. Petit-Huguenin" initials="M." surname="Petit-Huguenin"/>
            <author fullname="G. Salgueiro" initials="G." surname="Salgueiro"/>
            <author fullname="J. Rosenberg" initials="J." surname="Rosenberg"/>
            <author fullname="D. Wing" initials="D." surname="Wing"/>
            <author fullname="R. Mahy" initials="R." surname="Mahy"/>
            <author fullname="P. Matthews" initials="P." surname="Matthews"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>Session Traversal Utilities for NAT (STUN) is a protocol that serves as a tool for other protocols in dealing with NAT traversal. It can be used by an endpoint to determine the IP address and port allocated to it by a NAT. It can also be used to check connectivity between two endpoints and as a keep-alive protocol to maintain NAT bindings. STUN works with many existing NATs and does not require any special behavior from them.</t>
              <t>STUN is not a NAT traversal solution by itself. Rather, it is a tool to be used in the context of a NAT traversal solution.</t>
              <t>This document obsoletes RFC 5389.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8489"/>
          <seriesInfo name="DOI" value="10.17487/RFC8489"/>
        </reference>
        <reference anchor="RFC8656">
          <front>
            <title>Traversal Using Relays around NAT (TURN): Relay Extensions to Session Traversal Utilities for NAT (STUN)</title>
            <author fullname="T. Reddy" initials="T." role="editor" surname="Reddy"/>
            <author fullname="A. Johnston" initials="A." role="editor" surname="Johnston"/>
            <author fullname="P. Matthews" initials="P." surname="Matthews"/>
            <author fullname="J. Rosenberg" initials="J." surname="Rosenberg"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>If a host is located behind a NAT, it can be impossible for that host to communicate directly with other hosts (peers) in certain situations. In these situations, it is necessary for the host to use the services of an intermediate node that acts as a communication relay. This specification defines a protocol, called "Traversal Using Relays around NAT" (TURN), that allows the host to control the operation of the relay and to exchange packets with its peers using the relay. TURN differs from other relay control protocols in that it allows a client to communicate with multiple peers using a single relay address.</t>
              <t>The TURN protocol was designed to be used as part of the Interactive Connectivity Establishment (ICE) approach to NAT traversal, though it can also be used without ICE.</t>
              <t>This document obsoletes RFCs 5766 and 6156.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8656"/>
          <seriesInfo name="DOI" value="10.17487/RFC8656"/>
        </reference>
        <reference anchor="RFC3261">
          <front>
            <title>SIP: Session Initiation Protocol</title>
            <author fullname="J. Rosenberg" initials="J." surname="Rosenberg"/>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
            <author fullname="G. Camarillo" initials="G." surname="Camarillo"/>
            <author fullname="A. Johnston" initials="A." surname="Johnston"/>
            <author fullname="J. Peterson" initials="J." surname="Peterson"/>
            <author fullname="R. Sparks" initials="R." surname="Sparks"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <author fullname="E. Schooler" initials="E." surname="Schooler"/>
            <date month="June" year="2002"/>
            <abstract>
              <t>This document describes Session Initiation Protocol (SIP), an application-layer control (signaling) protocol for creating, modifying, and terminating sessions with one or more participants. These sessions include Internet telephone calls, multimedia distribution, and multimedia conferences. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3261"/>
          <seriesInfo name="DOI" value="10.17487/RFC3261"/>
        </reference>
        <reference anchor="RFC7478">
          <front>
            <title>Web Real-Time Communication Use Cases and Requirements</title>
            <author fullname="C. Holmberg" initials="C." surname="Holmberg"/>
            <author fullname="S. Hakansson" initials="S." surname="Hakansson"/>
            <author fullname="G. Eriksson" initials="G." surname="Eriksson"/>
            <date month="March" year="2015"/>
            <abstract>
              <t>This document describes web-based real-time communication use cases. Requirements on the browser functionality are derived from the use cases.</t>
              <t>This document was developed in an initial phase of the work with rather minor updates at later stages. It has not really served as a tool in deciding features or scope for the WG's efforts so far. It is being published to record the early conclusions of the WG. It will not be used as a set of rigid guidelines that specifications and implementations will be held to in the future.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7478"/>
          <seriesInfo name="DOI" value="10.17487/RFC7478"/>
        </reference>
        <reference anchor="RFC8699">
          <front>
            <title>Coupled Congestion Control for RTP Media</title>
            <author fullname="S. Islam" initials="S." surname="Islam"/>
            <author fullname="M. Welzl" initials="M." surname="Welzl"/>
            <author fullname="S. Gjessing" initials="S." surname="Gjessing"/>
            <date month="January" year="2020"/>
            <abstract>
              <t>When multiple congestion-controlled Real-time Transport Protocol (RTP) sessions traverse the same network bottleneck, combining their controls can improve the total on-the-wire behavior in terms of delay, loss, and fairness. This document describes such a method for flows that have the same sender, in a way that is as flexible and simple as possible while minimizing the number of changes needed to existing RTP applications. This document also specifies how to apply the method for the Network-Assisted Dynamic Adaptation (NADA) congestion control algorithm and provides suggestions on how to apply it to other congestion control algorithms.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8699"/>
          <seriesInfo name="DOI" value="10.17487/RFC8699"/>
        </reference>
        <reference anchor="RFC8838">
          <front>
            <title>Trickle ICE: Incremental Provisioning of Candidates for the Interactive Connectivity Establishment (ICE) Protocol</title>
            <author fullname="E. Ivov" initials="E." surname="Ivov"/>
            <author fullname="J. Uberti" initials="J." surname="Uberti"/>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>This document describes "Trickle ICE", an extension to the Interactive Connectivity Establishment (ICE) protocol that enables ICE agents to begin connectivity checks while they are still gathering candidates, by incrementally exchanging candidates over time instead of all at once. This method can considerably accelerate the process of establishing a communication session.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8838"/>
          <seriesInfo name="DOI" value="10.17487/RFC8838"/>
        </reference>
        <reference anchor="RFC8260">
          <front>
            <title>Stream Schedulers and User Message Interleaving for the Stream Control Transmission Protocol</title>
            <author fullname="R. Stewart" initials="R." surname="Stewart"/>
            <author fullname="M. Tuexen" initials="M." surname="Tuexen"/>
            <author fullname="S. Loreto" initials="S." surname="Loreto"/>
            <author fullname="R. Seggelmann" initials="R." surname="Seggelmann"/>
            <date month="November" year="2017"/>
            <abstract>
              <t>The Stream Control Transmission Protocol (SCTP) is a message-oriented transport protocol supporting arbitrarily large user messages. This document adds a new chunk to SCTP for carrying payload data. This allows a sender to interleave different user messages that would otherwise result in head-of-line blocking at the sender. The interleaving of user messages is required for WebRTC data channels.</t>
              <t>Whenever an SCTP sender is allowed to send user data, it may choose from multiple outgoing SCTP streams. Multiple ways for performing this selection, called stream schedulers, are defined in this document. A stream scheduler can choose to either implement, or not implement, user message interleaving.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8260"/>
          <seriesInfo name="DOI" value="10.17487/RFC8260"/>
        </reference>
        <reference anchor="RFC7657">
          <front>
            <title>Differentiated Services (Diffserv) and Real-Time Communication</title>
            <author fullname="D. Black" initials="D." role="editor" surname="Black"/>
            <author fullname="P. Jones" initials="P." surname="Jones"/>
            <date month="November" year="2015"/>
            <abstract>
              <t>This memo describes the interaction between Differentiated Services (Diffserv) network quality-of-service (QoS) functionality and real- time network communication, including communication based on the Real-time Transport Protocol (RTP). Diffserv is based on network nodes applying different forwarding treatments to packets whose IP headers are marked with different Diffserv Codepoints (DSCPs). WebRTC applications, as well as some conferencing applications, have begun using the Session Description Protocol (SDP) bundle negotiation mechanism to send multiple traffic streams with different QoS requirements using the same network 5-tuple. The results of using multiple DSCPs to obtain different QoS treatments within a single network 5-tuple have transport protocol interactions, particularly with congestion control functionality (e.g., reordering). In addition, DSCP markings may be changed or removed between the traffic source and destination. This memo covers the implications of these Diffserv aspects for real-time network communication, including WebRTC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7657"/>
          <seriesInfo name="DOI" value="10.17487/RFC7657"/>
        </reference>
        <reference anchor="RFC2474">
          <front>
            <title>Definition of the Differentiated Services Field (DS Field) in the IPv4 and IPv6 Headers</title>
            <author fullname="K. Nichols" initials="K." surname="Nichols"/>
            <author fullname="S. Blake" initials="S." surname="Blake"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="D. Black" initials="D." surname="Black"/>
            <date month="December" year="1998"/>
            <abstract>
              <t>This document defines the IP header field, called the DS (for differentiated services) field. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2474"/>
          <seriesInfo name="DOI" value="10.17487/RFC2474"/>
        </reference>
        <reference anchor="RFC8622">
          <front>
            <title>A Lower-Effort Per-Hop Behavior (LE PHB) for Differentiated Services</title>
            <author fullname="R. Bless" initials="R." surname="Bless"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document specifies properties and characteristics of a Lower- Effort Per-Hop Behavior (LE PHB). The primary objective of this LE PHB is to protect Best-Effort (BE) traffic (packets forwarded with the default PHB) from LE traffic in congestion situations, i.e., when resources become scarce, BE traffic has precedence over LE traffic and may preempt it. Alternatively, packets forwarded by the LE PHB can be associated with a scavenger service class, i.e., they scavenge otherwise-unused resources only. There are numerous uses for this PHB, e.g., for background traffic of low precedence, such as bulk data transfers with low priority in time, non-time-critical backups, larger software updates, web search engines while gathering information from web servers and so on. This document recommends a standard Differentiated Services Code Point (DSCP) value for the LE PHB.</t>
              <t>This specification obsoletes RFC 3662 and updates the DSCP recommended in RFCs 4594 and 8325 to use the DSCP assigned in this specification.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8622"/>
          <seriesInfo name="DOI" value="10.17487/RFC8622"/>
        </reference>
        <reference anchor="RFC2597">
          <front>
            <title>Assured Forwarding PHB Group</title>
            <author fullname="J. Heinanen" initials="J." surname="Heinanen"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="W. Weiss" initials="W." surname="Weiss"/>
            <author fullname="J. Wroclawski" initials="J." surname="Wroclawski"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>This document defines a general use Differentiated Services (DS) Per-Hop-Behavior (PHB) Group called Assured Forwarding (AF). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2597"/>
          <seriesInfo name="DOI" value="10.17487/RFC2597"/>
        </reference>
        <reference anchor="RFC3246">
          <front>
            <title>An Expedited Forwarding PHB (Per-Hop Behavior)</title>
            <author fullname="B. Davie" initials="B." surname="Davie"/>
            <author fullname="A. Charny" initials="A." surname="Charny"/>
            <author fullname="J.C.R. Bennet" initials="J.C.R." surname="Bennet"/>
            <author fullname="K. Benson" initials="K." surname="Benson"/>
            <author fullname="J.Y. Le Boudec" initials="J.Y." surname="Le Boudec"/>
            <author fullname="W. Courtney" initials="W." surname="Courtney"/>
            <author fullname="S. Davari" initials="S." surname="Davari"/>
            <author fullname="V. Firoiu" initials="V." surname="Firoiu"/>
            <author fullname="D. Stiliadis" initials="D." surname="Stiliadis"/>
            <date month="March" year="2002"/>
            <abstract>
              <t>This document defines a PHB (per-hop behavior) called Expedited Forwarding (EF). The PHB is a basic building block in the Differentiated Services architecture. EF is intended to provide a building block for low delay, low jitter and low loss services by ensuring that the EF aggregate is served at a certain configured rate. This document obsoletes RFC 2598. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3246"/>
          <seriesInfo name="DOI" value="10.17487/RFC3246"/>
        </reference>
        <reference anchor="RFC5865">
          <front>
            <title>A Differentiated Services Code Point (DSCP) for Capacity-Admitted Traffic</title>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="J. Polk" initials="J." surname="Polk"/>
            <author fullname="M. Dolly" initials="M." surname="Dolly"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document requests one Differentiated Services Code Point (DSCP) from the Internet Assigned Numbers Authority (IANA) for a class of real-time traffic. This traffic class conforms to the Expedited Forwarding Per-Hop Behavior. This traffic is also admitted by the network using a Call Admission Control (CAC) procedure involving authentication, authorization, and capacity admission. This differs from a real-time traffic class that conforms to the Expedited Forwarding Per-Hop Behavior but is not subject to capacity admission or subject to very coarse capacity admission. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5865"/>
          <seriesInfo name="DOI" value="10.17487/RFC5865"/>
        </reference>
        <reference anchor="RFC4594">
          <front>
            <title>Configuration Guidelines for DiffServ Service Classes</title>
            <author fullname="J. Babiarz" initials="J." surname="Babiarz"/>
            <author fullname="K. Chan" initials="K." surname="Chan"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <date month="August" year="2006"/>
            <abstract>
              <t>This document describes service classes configured with Diffserv and recommends how they can be used and how to construct them using Differentiated Services Code Points (DSCPs), traffic conditioners, Per-Hop Behaviors (PHBs), and Active Queue Management (AQM) mechanisms. There is no intrinsic requirement that particular DSCPs, traffic conditioners, PHBs, and AQM be used for a certain service class, but as a policy and for interoperability it is useful to apply them consistently. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4594"/>
          <seriesInfo name="DOI" value="10.17487/RFC4594"/>
        </reference>
        <reference anchor="RFC8899">
          <front>
            <title>Packetization Layer Path MTU Discovery for Datagram Transports</title>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <author fullname="T. Jones" initials="T." surname="Jones"/>
            <author fullname="M. Tüxen" initials="M." surname="Tüxen"/>
            <author fullname="I. Rüngeler" initials="I." surname="Rüngeler"/>
            <author fullname="T. Völker" initials="T." surname="Völker"/>
            <date month="September" year="2020"/>
            <abstract>
              <t>This document specifies Datagram Packetization Layer Path MTU Discovery (DPLPMTUD). This is a robust method for Path MTU Discovery (PMTUD) for datagram Packetization Layers (PLs). It allows a PL, or a datagram application that uses a PL, to discover whether a network path can support the current size of datagram. This can be used to detect and reduce the message size when a sender encounters a packet black hole. It can also probe a network path to discover whether the maximum packet size can be increased. This provides functionality for datagram transports that is equivalent to the PLPMTUD specification for TCP, specified in RFC 4821, which it updates. It also updates the UDP Usage Guidelines to refer to this method for use with UDP datagrams and updates SCTP.</t>
              <t>The document provides implementation notes for incorporating Datagram PMTUD into IETF datagram transports or applications that use datagram transports.</t>
              <t>This specification updates RFC 4960, RFC 4821, RFC 6951, RFC 8085, and RFC 8261.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8899"/>
          <seriesInfo name="DOI" value="10.17487/RFC8899"/>
        </reference>
        <reference anchor="RFC5482">
          <front>
            <title>TCP User Timeout Option</title>
            <author fullname="L. Eggert" initials="L." surname="Eggert"/>
            <author fullname="F. Gont" initials="F." surname="Gont"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>The TCP user timeout controls how long transmitted data may remain unacknowledged before a connection is forcefully closed. It is a local, per-connection parameter. This document specifies a new TCP option -- the TCP User Timeout Option -- that allows one end of a TCP connection to advertise its current user timeout value. This information provides advice to the other end of the TCP connection to adapt its user timeout accordingly. Increasing the user timeouts on both ends of a TCP connection allows it to survive extended periods without end-to-end connectivity. Decreasing the user timeouts allows busy servers to explicitly notify their clients that they will maintain the connection state only for a short time without connectivity. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5482"/>
          <seriesInfo name="DOI" value="10.17487/RFC5482"/>
        </reference>
        <reference anchor="RFC8229">
          <front>
            <title>TCP Encapsulation of IKE and IPsec Packets</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="S. Touati" initials="S." surname="Touati"/>
            <author fullname="R. Mantha" initials="R." surname="Mantha"/>
            <date month="August" year="2017"/>
            <abstract>
              <t>This document describes a method to transport Internet Key Exchange Protocol (IKE) and IPsec packets over a TCP connection for traversing network middleboxes that may block IKE negotiation over UDP. This method, referred to as "TCP encapsulation", involves sending both IKE packets for Security Association establishment and Encapsulating Security Payload (ESP) packets over a TCP connection. This method is intended to be used as a fallback option when IKE cannot be negotiated over UDP.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8229"/>
          <seriesInfo name="DOI" value="10.17487/RFC8229"/>
        </reference>
        <reference anchor="RFC9218">
          <front>
            <title>Extensible Prioritization Scheme for HTTP</title>
            <author fullname="K. Oku" initials="K." surname="Oku"/>
            <author fullname="L. Pardue" initials="L." surname="Pardue"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document describes a scheme that allows an HTTP client to communicate its preferences for how the upstream server prioritizes responses to its requests, and also allows a server to hint to a downstream intermediary how its responses should be prioritized when they are forwarded. This document defines the Priority header field for communicating the initial priority in an HTTP version-independent manner, as well as HTTP/2 and HTTP/3 frames for reprioritizing responses. These share a common format structure that is designed to provide future extensibility.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9218"/>
          <seriesInfo name="DOI" value="10.17487/RFC9218"/>
        </reference>
        <reference anchor="RFC8293">
          <front>
            <title>A Framework for Multicast in Network Virtualization over Layer 3</title>
            <author fullname="A. Ghanwani" initials="A." surname="Ghanwani"/>
            <author fullname="L. Dunbar" initials="L." surname="Dunbar"/>
            <author fullname="M. McBride" initials="M." surname="McBride"/>
            <author fullname="V. Bannai" initials="V." surname="Bannai"/>
            <author fullname="R. Krishnan" initials="R." surname="Krishnan"/>
            <date month="January" year="2018"/>
            <abstract>
              <t>This document provides a framework for supporting multicast traffic in a network that uses Network Virtualization over Layer 3 (NVO3). Both infrastructure multicast and application-specific multicast are discussed. It describes the various mechanisms that can be used for delivering such traffic as well as the data plane and control plane considerations for each of the mechanisms.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8293"/>
          <seriesInfo name="DOI" value="10.17487/RFC8293"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8546">
          <front>
            <title>The Wire Image of a Network Protocol</title>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <author fullname="M. Kuehlewind" initials="M." surname="Kuehlewind"/>
            <date month="April" year="2019"/>
            <abstract>
              <t>This document defines the wire image, an abstraction of the information available to an on-path non-participant in a networking protocol. This abstraction is intended to shed light on the implications that increased encryption has for network functions that use the wire image.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8546"/>
          <seriesInfo name="DOI" value="10.17487/RFC8546"/>
        </reference>
        <reference anchor="RFC8303">
          <front>
            <title>On the Usage of Transport Features Provided by IETF Transport Protocols</title>
            <author fullname="M. Welzl" initials="M." surname="Welzl"/>
            <author fullname="M. Tuexen" initials="M." surname="Tuexen"/>
            <author fullname="N. Khademi" initials="N." surname="Khademi"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>This document describes how the transport protocols Transmission Control Protocol (TCP), MultiPath TCP (MPTCP), Stream Control Transmission Protocol (SCTP), User Datagram Protocol (UDP), and Lightweight User Datagram Protocol (UDP-Lite) expose services to applications and how an application can configure and use the features that make up these services. It also discusses the service provided by the Low Extra Delay Background Transport (LEDBAT) congestion control mechanism. The description results in a set of transport abstractions that can be exported in a transport services (TAPS) API.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8303"/>
          <seriesInfo name="DOI" value="10.17487/RFC8303"/>
        </reference>
      </references>
    </references>
    <?line 3501?>

<section anchor="implmapping">
      <name>Implementation Mapping</name>
      <t>The way the concepts from this abstract API map into concrete APIs in a
given language on a given platform largely depends on the features and norms of
the language and the platform. Actions could be implemented as functions or
method calls, for instance, and events could be implemented via event queues,
handler functions or classes, communicating sequential processes, or other
asynchronous calling conventions.</t>
      <section anchor="types">
        <name>Types</name>
        <t>The basic types mentioned in <xref target="notation"/> typically have natural
correspondences in practical programming languages, perhaps constrained by
implementation-specific limitations. For example:</t>
        <ul spacing="normal">
          <li>An Integer can typically be represented in C by an <tt>int</tt> or <tt>long</tt>, subject
to the underlying platform's ranges for each.</li>
          <li>In C, a Tuple may be represented as a <tt>struct</tt> with one member for each of
the value types in the ordered grouping. In Python, by contrast, a Tuple may
be represented natively as a <tt>tuple</tt>, a sequence of dynamically-typed
elements.</li>
          <li>A Collection may be represented as a <tt>std::set</tt> in C++ or as a <tt>set</tt> in
Python. In C, it may be represented as an array or as a higher-level data
structure with appropriate accessors defined.</li>
        </ul>
        <t>The objects described in <xref target="notation"/> can similarly be represented in
different ways depending on which programming language is used. Objects
like Preconnections, Connections, and Listeners can be long-lived, and
benefit from using object-oriented constructs. Note that in C, these
objects may need to provide a way to release or free their underlying
memory when the application is done using them. For example, since a
Preconnection can be used to initiate multiple Connections, it is the
responsibility of the application to clean up the Preconnection memory
if necessary.</t>
      </section>
      <section anchor="events-and-errors">
        <name>Events and Errors</name>
        <t>This specification treats events and errors similarly. Errors, just as any
other events, may occur asynchronously in network applications. However,
implementations of this API may report errors synchronously,
according to the error handling idioms of the implementation
platform, where they can be immediately detected, such as by generating an
exception when attempting to initiate a Connection with inconsistent
Transport Properties. An error can provide an optional reason to the
application with further details about why the error occurred.</t>
      </section>
      <section anchor="time-duration">
        <name>Time Duration</name>
        <t>Time duration types are implementation-specific.
For instance, it could be a number of seconds, number of milliseconds, or a <tt>struct timeval</tt> in C or a user-defined <tt>Duration</tt> class in C++.</t>
      </section>
    </section>
    <section anchor="convenience-functions">
      <name>Convenience Functions</name>
      <section anchor="preference-conv">
        <name>Adding Preference Properties</name>
        <t>TransportProperties will frequently need to set
Selection Properties of type <tt>Preference</tt>, therefore implementations can provide special actions
for adding each preference level i.e, <tt>TransportProperties.Set(some_property, avoid)
is equivalent to </tt>TransportProperties.Avoid(some_property)`:</t>
        <artwork><![CDATA[
TransportProperties.Require(property)
TransportProperties.Prefer(property)
TransportProperties.Ignore(property)
TransportProperties.Avoid(property)
TransportProperties.Prohibit(property)
]]></artwork>
      </section>
      <section anchor="property-profiles">
        <name>Transport Property Profiles</name>
        <t>To ease the use of the Transport Services API, implementations
can provide a mechanism to create Transport Property objects (see <xref target="selection-props"/>)
that are pre-configured with frequently used sets of properties; the following are
in common use in current applications:</t>
        <section anchor="reliable-inorder-stream">
          <name>reliable-inorder-stream</name>
          <t>This profile provides reliable, in-order transport service with
congestion control.
TCP is an example of a protocol that provides this service.
It should consist of the following properties:</t>
          <table anchor="tabrio">
            <name>reliable-inorder-stream preferences</name>
            <thead>
              <tr>
                <th align="left">Property</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">reliability</td>
                <td align="left">require</td>
              </tr>
              <tr>
                <td align="left">preserveOrder</td>
                <td align="left">require</td>
              </tr>
              <tr>
                <td align="left">congestionControl</td>
                <td align="left">require</td>
              </tr>
              <tr>
                <td align="left">preserveMsgBoundaries</td>
                <td align="left">ignore</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="reliable-message">
          <name>reliable-message</name>
          <t>This profile provides message-preserving, reliable, in-order
transport service with congestion control.
SCTP is an example of a protocol that provides this service.
It should consist of the following properties:</t>
          <table anchor="tabrm">
            <name>reliable-message preferences</name>
            <thead>
              <tr>
                <th align="left">Property</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">reliability</td>
                <td align="left">require</td>
              </tr>
              <tr>
                <td align="left">preserveOrder</td>
                <td align="left">require</td>
              </tr>
              <tr>
                <td align="left">congestionControl</td>
                <td align="left">require</td>
              </tr>
              <tr>
                <td align="left">preserveMsgBoundaries</td>
                <td align="left">require</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="unreliable-datagram">
          <name>unreliable-datagram</name>
          <t>This profile provides a datagram transport service without any
reliability guarantee.
An example of a protocol that provides this service is UDP.
It consists of the following properties:</t>
          <table anchor="tabud">
            <name>unreliable-datagram preferences</name>
            <thead>
              <tr>
                <th align="left">Property</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">reliability</td>
                <td align="left">avoid</td>
              </tr>
              <tr>
                <td align="left">preserveOrder</td>
                <td align="left">avoid</td>
              </tr>
              <tr>
                <td align="left">congestionControl</td>
                <td align="left">ignore</td>
              </tr>
              <tr>
                <td align="left">preserveMsgBoundaries</td>
                <td align="left">require</td>
              </tr>
              <tr>
                <td align="left">safelyReplayable</td>
                <td align="left">true</td>
              </tr>
            </tbody>
          </table>
          <t>Applications that choose this Transport Property Profile would
avoid the additional latency that could be introduced
by retransmission or reordering in a transport protocol.</t>
          <t>Applications that choose this Transport Property Profile to reduce latency
should also consider setting an appropriate capacity profile Property,
see <xref target="prop-cap-profile"/> and might benefit from controlling checksum
coverage, see <xref target="prop-checksum-control-send"/> and <xref target="prop-checksum-control-receive"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="relationship-to-the-minimal-set-of-transport-services-for-end-systems">
      <name>Relationship to the Minimal Set of Transport Services for End Systems</name>
      <t><xref target="RFC8923"/> identifies a minimal set of transport services that end systems should offer. These services make all non-security-related transport features of TCP, MPTCP, UDP, UDP-Lite, SCTP and LEDBAT available that 1) require interaction with the application, and 2) do not get in the way of a possible implementation over TCP (or, with limitations, UDP). The following text explains how this minimal set is reflected in the present API. For brevity, it is based on the list in Section 4.1 of <xref target="RFC8923"/>, updated according to the discussion in Section 5 of <xref target="RFC8923"/>. The present API covers all elements of this section.
This list is a subset of the transport features in Appendix A of <xref target="RFC8923"/>, which refers to the primitives in "pass 2" (Section 4) of <xref target="RFC8303"/> for further details on the implementation with TCP, MPTCP, UDP, UDP-Lite, SCTP and LEDBAT.</t>
      <ul spacing="normal">
        <li>Connect:
<tt>Initiate</tt> action (<xref target="initiate"/>).</li>
        <li>Listen:
<tt>Listen</tt> action (<xref target="listen"/>).</li>
        <li>Specify number of attempts and/or timeout for the first establishment Message:
<tt>timeout</tt> parameter of <tt>Initiate</tt> (<xref target="initiate"/>) or <tt>InitiateWithSend</tt> action (<xref target="initiate-and-send"/>).</li>
        <li>Disable MPTCP:
<tt>multipath</tt> property (<xref target="multipath-mode"/>).</li>
        <li>Hand over a Message to reliably transfer (possibly multiple times) before connection establishment:
<tt>InitiateWithSend</tt> action (<xref target="initiate-and-send"/>).</li>
        <li>Change timeout for aborting connection (using retransmit limit or time value):
<tt>connTimeout</tt> property, using a time value (<xref target="conn-timeout"/>).</li>
        <li>Timeout event when data could not be delivered for too long:
<tt>ConnectionError</tt> event (<xref target="termination"/>).</li>
        <li>Suggest timeout to the peer:
See "TCP-specific Properties: User Timeout Option (UTO)" (<xref target="tcp-uto"/>).</li>
        <li>Notification of ICMP error message arrival:
<tt>softErrorNotify</tt> (<xref target="prop-soft-error"/>) and <tt>SoftError</tt> event (<xref target="soft-errors"/>).</li>
        <li>Choose a scheduler to operate between streams of an association:
<tt>connScheduler</tt> property (<xref target="conn-scheduler"/>).</li>
        <li>Configure priority or weight for a scheduler:
<tt>connPriority</tt> property (<xref target="conn-priority"/>).</li>
        <li>"Specify checksum coverage used by the sender" and "Disable checksum when sending":
<tt>msgChecksumLen</tt> property (<xref target="msg-checksum"/>) and <tt>fullChecksumSend</tt> property (<xref target="prop-checksum-control-send"/>).</li>
        <li>"Specify minimum checksum coverage required by receiver" and "Disable checksum requirement when receiving":
<tt>recvChecksumLen</tt> property (<xref target="conn-recv-checksum"/>) and <tt>fullChecksumRecv</tt> property (<xref target="prop-checksum-control-receive"/>).</li>
        <li>"Specify DF field":
<tt>noFragmentation</tt> property (<xref target="send-singular"/>).</li>
        <li>Get max. transport-message size that may be sent using a non-fragmented IP packet from the configured interface:
<tt>singularTransmissionMsgMaxLen</tt> property (<xref target="conn-max-msg-notfrag"/>).</li>
        <li>Get max. transport-message size that may be received from the configured interface:
<tt>recvMsgMaxLen</tt> property (<xref target="conn-max-msg-recv"/>).</li>
        <li>Obtain ECN field:
This is a read-only Message Property of the MessageContext object (see "UDP(-Lite)-specific Property: ECN" <xref target="receive-ecn"/>).</li>
        <li>"Specify DSCP field", "Disable Nagle algorithm", "Enable and configure a <tt>Low Extra Delay Background Transfer</tt>":
as suggested in Section 5.5 of <xref target="RFC8923"/>, these transport features are collectively offered via the <tt>connCapacityProfile</tt> property (<xref target="prop-cap-profile"/>). Per-Message control ("Request not to bundle messages") is offered via the <tt>msgCapacityProfile</tt> property (<xref target="send-profile"/>).</li>
        <li>Close after reliably delivering all remaining data, causing an event informing the application on the other side:
this is offered by the <tt>Close</tt> action with slightly changed semantics in line with the discussion in Section 5.2 of <xref target="RFC8923"/> (<xref target="termination"/>).</li>
        <li>"Abort without delivering remaining data, causing an event informing the application on the other side" and "Abort without delivering remaining data, not causing an event informing the application on the other side":
this is offered by the <tt>Abort</tt> action without promising that this is signaled to the other side. If it is, a <tt>ConnectionError</tt> event will be invoked at the peer (<xref target="termination"/>).</li>
        <li>"Reliably transfer data, with congestion control", "Reliably transfer a message, with congestion control" and "Unreliably transfer a message":
data is transferred via the <tt>Send</tt> action (<xref target="sending"/>). Reliability is controlled via the <tt>reliability</tt> (<xref target="prop-reliable"/>) property and the <tt>msgReliable</tt> Message Property (<xref target="msg-reliable-message"/>). Transmitting data as a Message or without delimiters is controlled via Message Framers (<xref target="framing"/>). The choice of congestion control is provided via the <tt>congestionControl</tt> property (<xref target="prop-cc"/>).</li>
        <li>Configurable Message Reliability:
the <tt>msgLifetime</tt> Message Property implements a time-based way to configure message reliability (<xref target="msg-lifetime"/>).</li>
        <li>"Ordered message delivery (potentially slower than unordered)" and "Unordered message delivery (potentially faster than ordered)":
these two transport features are controlled via the Message Property <tt>msgOrdered</tt> (<xref target="msg-ordered"/>).</li>
        <li>Request not to delay the acknowledgement (SACK) of a message:
should the protocol support it, this is one of the transport features the Transport Services system can apply when an application uses the <tt>connCapacityProfile</tt> Property (<xref target="prop-cap-profile"/>) or the <tt>msgCapacityProfile</tt> Message Property (<xref target="send-profile"/>) with value <tt>Low Latency/Interactive</tt>.</li>
        <li>Receive data (with no message delimiting):
<tt>Receive</tt> action (<xref target="receiving"/>) and <tt>Received</tt> event (<xref target="receive-complete"/>).</li>
        <li>Receive a message:
<tt>Receive</tt> action (<xref target="receiving"/>) and <tt>Received</tt> event (<xref target="receive-complete"/>), using Message Framers (<xref target="framing"/>).</li>
        <li>Information about partial message arrival:
<tt>Receive</tt> action (<xref target="receiving"/>) and <tt>ReceivedPartial</tt> event (<xref target="receive-partial"/>).</li>
        <li>Notification of send failures:
<tt>Expired</tt> event (<xref target="expired"/>) and <tt>SendError</tt> event (<xref target="send-error"/>).</li>
        <li>Notification that the stack has no more user data to send:
applications can obtain this information via the <tt>Sent</tt> event (<xref target="sent"/>).</li>
        <li>Notification to a receiver that a partial message delivery has been aborted:
<tt>ReceiveError</tt> event (<xref target="receive-error"/>).</li>
        <li>Notification of Excessive Retransmissions (early warning below abortion threshold):
 <tt>SoftError</tt> event (<xref target="soft-errors"/>).</li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
hH4QfxYmL67MVbeYx51xP+fJ/wEpQbceIX0CAA==

-->

</rfc>
