1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
|
<pre>Internet Engineering Task Force (IETF) J. Touch
Request for Comments: 6994 USC/ISI
Category: Standards Track August 2013
ISSN: 2070-1721
<span class="h1">Shared Use of Experimental TCP Options</span>
Abstract
This document describes how the experimental TCP option codepoints
can concurrently support multiple TCP extensions, even within the
same connection, using a new IANA TCP experiment identifier. This
approach is robust to experiments that are not registered and to
those that do not use this sharing mechanism. It is recommended for
all new TCP options that use these codepoints.
Status of This Memo
This is an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Further information on
Internet Standards is available in <a href="./rfc5741#section-2">Section 2 of RFC 5741</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="http://www.rfc-editor.org/info/rfc6994">http://www.rfc-editor.org/info/rfc6994</a>.
Copyright Notice
Copyright (c) 2013 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
<span class="grey">Touch Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc6994">RFC 6994</a> Shared Use of Experimental TCP Options August 2013</span>
Table of Contents
<a href="#section-1">1</a>. Introduction ....................................................<a href="#page-2">2</a>
<a href="#section-2">2</a>. Conventions Used in This Document ...............................<a href="#page-3">3</a>
<a href="#section-3">3</a>. TCP Experimental Option Structure ...............................<a href="#page-4">4</a>
<a href="#section-3.1">3.1</a>. Selecting an ExID ..........................................<a href="#page-5">5</a>
<a href="#section-3.2">3.2</a>. Impact on TCP Option Processing ............................<a href="#page-6">6</a>
<a href="#section-4">4</a>. Reducing the Impact of False Positives ..........................<a href="#page-7">7</a>
<a href="#section-5">5</a>. Migration to Assigned Options ...................................<a href="#page-7">7</a>
<a href="#section-6">6</a>. Rationale .......................................................<a href="#page-8">8</a>
<a href="#section-7">7</a>. Security Considerations .........................................<a href="#page-9">9</a>
<a href="#section-8">8</a>. IANA Considerations .............................................<a href="#page-9">9</a>
<a href="#section-9">9</a>. References .....................................................<a href="#page-10">10</a>
<a href="#section-9.1">9.1</a>. Normative References ......................................<a href="#page-10">10</a>
<a href="#section-9.2">9.2</a>. Informative References ....................................<a href="#page-10">10</a>
<a href="#section-10">10</a>. Acknowledgments ...............................................<a href="#page-11">11</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
TCP includes options to enable new protocol capabilities that can be
activated only where needed and supported [<a href="./rfc793" title=""Transmission Control Protocol"">RFC793</a>]. The space for
identifying such options is small -- 256 values, of which 30 are
assigned at the time of this document's publication [<a href="#ref-IANA">IANA</a>]. Two of
these codepoints (253, 254) are allocated to support experiments
[<a href="./rfc4727" title=""Experimental Values In IPv4, IPv6, ICMPv4, ICMPv6, UDP, and TCP Headers"">RFC4727</a>]. These values are intended for testing purposes or for use
when an assigned codepoint is either not warranted or available,
e.g., based on the maturity status of the defined capability (i.e.,
Experimental or Informational, rather than Standards Track).
Here, the term "experimental TCP options" refers to options that use
the TCP experimental option codepoints [<a href="./rfc4727" title=""Experimental Values In IPv4, IPv6, ICMPv4, ICMPv6, UDP, and TCP Headers"">RFC4727</a>]. Such experiments
can be described in an RFC of any status (e.g., Experimental,
Informational, etc.) and are intended to be used in controlled
environments and are allowed in public deployments (when not enabled
as default [<a href="./rfc3692" title=""Assigning Experimental and Testing Numbers Considered Useful"">RFC3692</a>]). Nothing prohibits the deployment of multiple
experiments in the same environment -- controlled or public.
Further, some protocols are specified in Experimental or
Informational RFCs, which either include parameters or design choices
not yet understood or which might not be widely deployed [<a href="./rfc2026" title=""The Internet Standards Process -- Revision 3"">RFC2026</a>].
Typically, these TCP options are not eligible to receive assigned
codepoints [<a href="./rfc2780" title=""IANA Allocation Guidelines For Values In the Internet Protocol and Related Headers"">RFC2780</a>], so they need a way to share their use of the
experimental codepoints.
There is currently no mechanism to support shared use of the TCP
experimental option codepoints, either by different experiments on
different connections or for more than two experimental options in
the same connection. Experimental options 253 and 254 are already
deployed in operational code to support an early version of TCP
<span class="grey">Touch Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc6994">RFC 6994</a> Shared Use of Experimental TCP Options August 2013</span>
authentication. Option 253 is also documented for the experimental
TCP Cookie Transaction option [<a href="./rfc6013" title=""TCP Cookie Transactions (TCPCT)"">RFC6013</a>]. This shared use results in
collisions in which a single codepoint can appear multiple times in a
single TCP segment and for which each use is ambiguous.
Other codepoints have been used without assignment (known as
"squatting"), notably 31-32 (TCP cookie transactions, as originally
distributed and in its API doc) and 76-78 (tcpcrypt) [<a href="#ref-Bi11" title=""Cryptographic protection of TCP Streams"">Bi11</a>] [<a href="#ref-Si11" title=""TCP Cookie Transactions (TCPCT) Sockets Application Program Interface (API)"">Si11</a>].
Commercial products reportedly also use unassigned options 33, 69-70,
and 76-78. Even though these uses are unauthorized, they currently
impact legitimate assignees.
Both such misuses (squatting on both experimental and assigned
codepoints) are expected to continue, but there are several
approaches that can alleviate the impact on cooperating protocol
designers. One proposal relaxes the requirements for assignment of
TCP options, allowing them to be assigned more readily for protocols
that have not been standardized through the IETF process [<a href="./rfc5226" title="">RFC5226</a>].
Another proposal assigns a larger pool to the TCP experiment option
codepoints and manages their sharing through IANA coordination
[<a href="#ref-Ed11">Ed11</a>].
The approach proposed in this document does not require additional
TCP option codepoints and is robust to those who choose either not to
support it or not to register their experiments. The solution adds a
field to the structure of the experimental TCP option. This field is
populated with an "experiment identifier" (ExID) defined as part of a
specific option experiment. The ExID helps reduce the probability of
a collision of independent experimental uses of the same option
codepoint, both for those who follow this document (using registered
ExIDs) and those who do not (squatters who either ignore this
extension or do not register their ExIDs).
The solution proposed in this document is recommended for all new
protocols that use TCP experimental option codepoints. The
techniques described here may also enable shared use of other
experimental codepoints, but that issue is out of scope for this
document.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Conventions Used in This Document</span>
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in <a href="./rfc2119">RFC 2119</a> [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
In this document, these words will appear with that interpretation
only when in ALL CAPS. Lowercase uses of these words are not to be
interpreted as carrying <a href="./rfc2119">RFC 2119</a> significance.
<span class="grey">Touch Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc6994">RFC 6994</a> Shared Use of Experimental TCP Options August 2013</span>
In this document, the characters ">>" preceding an indented line(s)
indicates a compliance requirement statement using the key words
listed above. This convention aids reviewers in quickly identifying
or finding the explicit compliance requirements of this RFC.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. TCP Experimental Option Structure</span>
TCP options have the current common structure [<a href="./rfc793" title=""Transmission Control Protocol"">RFC793</a>], in which the
first byte is the codepoint (Kind) and the second byte is the length
of the option in bytes (Length):
0 1 2 3
01234567 89012345 67890123 45678901
+--------+--------+--------+--------+
| Kind | Length | ... |
+--------+--------+--------+--------+
| ...
+--------
Figure 1. TCP Option Structure [<a href="./rfc793" title=""Transmission Control Protocol"">RFC793</a>]
This document extends the option structure for experimental
codepoints (253, 254) with an experiment identifier (ExID), which is
either 2 or 4 bytes in length. The ExID is used to differentiate
experiments and is the first field after Kind and Length, as follows:
0 1 2 3
01234567 89012345 67890123 45678901
+--------+--------+--------+--------+
| Kind | Length | ExID |
+--------+--------+--------+--------+
| option contents...
+--------+--------+--------+---
Figure 2. TCP Experimental Option with a 16-bit ExID
0 1 2 3
01234567 89012345 67890123 45678901
+--------+--------+--------+--------+
| Kind | Length | ExID |
+--------+--------+--------+--------+
| ExID (con't) | option contents...
+--------+--------+--------+---
Figure 3. TCP Experimental Option with a 32-bit ExID
<span class="grey">Touch Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc6994">RFC 6994</a> Shared Use of Experimental TCP Options August 2013</span>
This mechanism is encouraged for all TCP options that are not yet
eligible for assigned codepoints:
>> Protocols requiring new TCP option codepoints that are not
eligible for assigned values SHOULD use the existing TCP
experimental option codepoints (253, 254) with ExIDs as described
in this document.
This mechanism is encouraged for all TCP options using the current
experimental codepoints in controlled environments:
>> All protocols using the TCP experimental option codepoints (253,
254), even those deployed in controlled environments, SHOULD use
ExIDs as described in this document.
This mechanism is required for all TCP options using the current
experimental codepoints that are publicly deployed, whether enabled
by default or not:
>> All protocols using the TCP experimental option codepoints (253,
254) that are deployed outside controlled environments, such as in
the public Internet, MUST use ExIDs as described in this document.
Once a TCP option uses the mechanism in this document, registration
of the ExID with IANA is required:
>> All protocols using ExIDs as described in this document MUST
register those ExIDs with IANA.
Applicants register their desired ExID by contacting IANA [<a href="#ref-IANA">IANA</a>].
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. Selecting an ExID</span>
ExIDs are selected at design time, when the protocol designer first
implements or specifies the experimental option. ExIDs can be either
16 bits or 32 bits. In both cases, the value is stored in the header
in network-standard (big-endian) byte order. ExIDs combine
properties of IANA registered codepoints with "magic numbers".
>> All ExIDs MUST be either 16 bits or 32 bits long.
Use of the ExID, whether 16 bit or 32 bit, helps reduce the
probability of a false positive collision with those who either do
not register their experiment or who do not implement this mechanism.
<span class="grey">Touch Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc6994">RFC 6994</a> Shared Use of Experimental TCP Options August 2013</span>
In order to conserve TCP option space, either for use within a
specific option or to be available for other options:
>> Options implementing the mechanism of this document SHOULD use
16-bit ExIDs, except where explicitly motivating the need for
32-bit ExIDs, e.g., to avoid false positives or maintain alignment
with an expected future assigned codepoint.
ExIDs are registered with IANA using "first come, first served"
(FCFS) priority based on the first two bytes. Those two bytes are
thus sufficient to interpret which experimental option is contained
in the option field.
>> All ExIDs MUST be unique based on their first 16 bits.
The second two bytes serve as a "magic number". A magic number is a
self-selected codepoint whose primary value is its unlikely collision
with values selected by others. Magic numbers are used in other
protocols, e.g., bootstrap protocol (BOOTP) [<a href="./rfc951" title=""Bootstrap Protocol"">RFC951</a>] and DHCP
[<a href="./rfc2131" title=""Dynamic Host Configuration Protocol"">RFC2131</a>].
Using the additional magic number bytes helps the option contents
have the same byte alignment in the TCP header as they would have if
(or when) a conventional (non-experiment) TCP option codepoint is
assigned. Use of the same alignment reduces the potential for
implementation errors, especially in using the same word-alignment
padding, if the same software is later modified to use a conventional
codepoint. Use of the longer, 32-bit ExID further decreases the
probability of such a false positive compared to those using shorter,
16-bit ExIDs.
Use of the ExID does consume TCP option space but enables concurrent
use of the experimental codepoints and provides protection against
false positives, leaving less space for other options (including
other experiments). Use of the longer, 32-bit ExID consumes more
space, but provides more protection against false positives.
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. Impact on TCP Option Processing</span>
The ExID number is considered part of the TCP option, not the TCP
option header. The presence of the ExID increases the effective
option Length field by the size of the ExID. The presence of this
ExID is thus transparent to implementations that do not support TCP
options.
During TCP processing, ExIDs in experimental options are matched
against the ExIDs for each implemented protocol. The remainder of
the option is specified by the particular experimental protocol.
<span class="grey">Touch Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc6994">RFC 6994</a> Shared Use of Experimental TCP Options August 2013</span>
>> Experimental options with ExIDs that do not match implemented
protocols MUST be ignored.
The ExID mechanism must be coordinated during connection
establishment, just as with any TCP option.
>> TCP ExID, if used in any TCP segment of a connection, MUST be
present in TCP SYN segments of that connection.
>> TCP experimental option ExIDs, if used in any TCP segment of a
connection, SHOULD be used in all TCP segments of that connection
in which any experimental option is present.
Use of an ExID uses additional space in the TCP header and requires
additional protocol processing by experimental protocols. Because
these are experiments, neither consideration is a substantial
impediment; a finalized protocol can avoid both issues with the
assignment of a dedicated option codepoint later.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Reducing the Impact of False Positives</span>
False positives occur where the registered ExID of an experiment
matches the value of an option that does not use ExIDs. Such
collisions can cause an option to be interpreted by the incorrect
processing routine. Use of checksums or signatures may help an
experiment use the shorter ExID while reducing the corresponding
increased potential for false positives.
>> Experiments that are not robust to ExID false positives SHOULD
implement other detection measures, such as checksums or minimal
digital signatures over the experimental options they support.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Migration to Assigned Options</span>
Some experiments may transition away from being experimental and
become eligible for an assigned TCP option codepoint. This document
does not recommend a specific migration plan to transition from use
of the experimental TCP options/ExIDs to use of an assigned
codepoint.
However, once an assigned codepoint is allocated, use of an ExID
represents unnecessary overhead. As a result:
>> Once a TCP option codepoint is assigned to a protocol, that
protocol SHOULD NOT continue to use an ExID as part of that
assigned codepoint.
<span class="grey">Touch Standards Track [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc6994">RFC 6994</a> Shared Use of Experimental TCP Options August 2013</span>
This document does not recommend whether or how an implementation of
an assigned codepoint can be backward compatible with use of the
experimental codepoint/ExID.
However, some implementers may be tempted to include both the
experimental and assigned codepoint in the same segment, e.g., in a
SYN to support backward compatibility during connection
establishment. This is a poor use of limited resources; so, to
ensure conservation of the TCP option space:
>> A TCP segment MUST NOT contain both an assigned TCP option
codepoint and a TCP experimental option codepoint for the same
protocol.
Instead, a TCP that intends backward compatibility might send
multiple SYNs with alternates of the same option and discard all but
the most desired successful connection. Although this approach may
resolve more slowly or require additional effort at the endpoints, it
is preferable to excessively consuming TCP option space.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Rationale</span>
The ExIDs described in this document combine properties of IANA
FCFS-registered values with magic numbers. Although IANA FCFS
registries are common, so too are those who either fail to register
or who 'squat' by deliberately using codepoints that are assigned to
others. The approach in this document is intended to recognize this
reality and be more robust to its consequences than would be a
conventional IANA FCFS registry.
Existing ID spaces were considered as ExIDs in the development of
this mechanism, including IEEE Organizationally Unique Identifier
(OUI) and IANA Private Enterprise Numbers (PENs) [<a href="#ref-IEEE802" title=""IEEE Standard for Local and Metropolitan Area Networks: Overview and Architecture"">IEEE802</a>] [<a href="#ref-OUI" title=""Organizationally Unique Identifier (OUI) or 'Company_ID'"">OUI</a>]
[<a href="./rfc1155" title=""Structure and Identification of Management Information for TCP/IP-Based Internets"">RFC1155</a>].
OUIs are 24-bit identifiers that are combined with 24 to 40 bits of
privately assigned space to create identifiers that are commonly
assigned to a unique piece of hardware. OUIs are already longer than
the smaller ExID value, and obtaining an OUI is costly (currently
$1,885.00 USD). An OUI could be obtained for each experiment, but
this could be considered expensive. An OUI already assigned to an
organization could be shared if extended (to support multiple
experiments within an organization), but this would either require
coordination within an organization or an IANA registry; the former
is prohibitive, and the latter is more complicated than having IANA
manage the entire space.
<span class="grey">Touch Standards Track [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc6994">RFC 6994</a> Shared Use of Experimental TCP Options August 2013</span>
PENs were originally used in the Simple Network Management Protocol
(SNMP) [<a href="./rfc1157" title=""Simple Network Management Protocol (SNMP)"">RFC1157</a>]. PENs are identifiers that can be obtained without
cost from IANA [<a href="#ref-PEN" title=""Private Enterprise Numbers"">PEN</a>]. Despite the current registry, the size of the
PEN assignment space is currently undefined and has only recently
been proposed (as 32 bits) [<a href="#ref-IANA-PEN" title=""Private Enterprise Number (PEN) Practices and Internet Assigned Numbers: Authority (IANA) Considerations for Registration Procedures"">IANA-PEN</a>]. PENs are currently assigned
to organizations, and there is no current process for assigning them
to individuals. Finally, if the PENs are 32 bits as expected, they
would be larger than needed in many cases.
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Security Considerations</span>
The mechanism described in this document is not intended to enhance,
nor does it weaken the existing state of security for TCP option
processing.
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. IANA Considerations</span>
IANA has created a "TCP Experimental Option Experiment Identifiers
(TCP ExIDs)" registry. The registry records both 16-bit and 32-bit
ExIDs, as well as a reference (description, document pointer, or
assignee name and e-mail contact) for each entry. ExIDs are
registered for use with both of the TCP experimental option
codepoints, i.e., with TCP options with values of 253 and 254.
Entries are assigned on a First Come, First Served (FCFS) basis
[<a href="./rfc5226" title="">RFC5226</a>]. The registry operates FCFS on the first two bytes of the
ExID (in network-standard order) but records the entire ExID (in
network-standard order). Some examples are:
o 0x12340000 collides with a previous registration of 0x1234abcd
o 0x5678 collides with a previous registration of 0x56780123
o 0xabcd1234 collides with a previous registration of 0xabcd
IANA will advise applicants of duplicate entries to select an
alternate value, as per typical FCFS processing.
IANA will record known duplicate uses to assist the community in both
debugging assigned uses as well as correcting unauthorized duplicate
uses.
IANA should impose no requirements on making a registration other
than indicating the desired codepoint and providing a point of
contact. A short description or acronym for the use is desired but
should not be required.
<span class="grey">Touch Standards Track [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc6994">RFC 6994</a> Shared Use of Experimental TCP Options August 2013</span>
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. References</span>
<span class="h3"><a class="selflink" id="section-9.1" href="#section-9.1">9.1</a>. Normative References</span>
[<a id="ref-RFC793">RFC793</a>] Postel, J., "Transmission Control Protocol", STD 7, <a href="./rfc793">RFC</a>
<a href="./rfc793">793</a>, September 1981.
[<a id="ref-RFC2119">RFC2119</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
[<a id="ref-RFC4727">RFC4727</a>] Fenner, B., "Experimental Values In IPv4, IPv6, ICMPv4,
ICMPv6, UDP, and TCP Headers", <a href="./rfc4727">RFC 4727</a>, November 2006.
[<a id="ref-RFC5226">RFC5226</a>] Narten, T. and H. Alvestrand, "Guidelines for Writing an
IANA Considerations Section in RFCs", <a href="https://www.rfc-editor.org/bcp/bcp26">BCP 26</a>, <a href="./rfc5226">RFC 5226</a>,
May 2008.
<span class="h3"><a class="selflink" id="section-9.2" href="#section-9.2">9.2</a>. Informative References</span>
[<a id="ref-Bi11">Bi11</a>] Bittau, A., Boneh, D., Hamburg, M., Handley, M., Mazieres,
D., and Q. Slack, "Cryptographic protection of TCP
Streams", Work in Progress, September 2012.
[<a id="ref-Ed11">Ed11</a>]
Eddy, W., <a style="text-decoration: none" href='https://www.google.com/search?sitesearch=datatracker.ietf.org%2Fdoc%2Fhtml%2F&q=inurl:draft-+%22Additional+TCP+Experimental-Use+Options%22'>"Additional TCP Experimental-Use Options"</a>, Work
in Progress, August 2011.
[<a id="ref-IANA">IANA</a>] IANA, <<a href="http://www.iana.org/">http://www.iana.org/</a>>.
[<a id="ref-IANA-PEN">IANA-PEN</a>] Liang, P. and A. Melnikov, "Private Enterprise Number
(PEN) Practices and Internet Assigned Numbers: Authority
(IANA) Considerations for Registration Procedures", Work
in Progress, June 2012.
[<a id="ref-IEEE802">IEEE802</a>] IEEE, "IEEE Standard for Local and Metropolitan Area
Networks: Overview and Architecture", IEEE 802-2001, 8
March 2002.
[<a id="ref-OUI">OUI</a>] IEEE, "Organizationally Unique Identifier (OUI) or
'Company_ID'",
<<a href="http://standards.ieee.org/develop/regauth/oui/">http://standards.ieee.org/develop/regauth/oui/</a>>.
[<a id="ref-PEN">PEN</a>] IANA, "Private Enterprise Numbers",
<<a href="http://www.iana.org/assignments/enterprise-numbers">http://www.iana.org/assignments/enterprise-numbers</a>>.
[<a id="ref-RFC951">RFC951</a>] Croft, W. and J. Gilmore, "Bootstrap Protocol", <a href="./rfc951">RFC 951</a>,
September 1985.
<span class="grey">Touch Standards Track [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc6994">RFC 6994</a> Shared Use of Experimental TCP Options August 2013</span>
[<a id="ref-RFC1155">RFC1155</a>] Rose, M. and K. McCloghrie, "Structure and Identification
of Management Information for TCP/IP-Based Internets", STD
16, <a href="./rfc1155">RFC 1155</a>, May 1990.
[<a id="ref-RFC1157">RFC1157</a>] Case, J., Fedor, M., Schoffstall, M., and J. Davin,
"Simple Network Management Protocol (SNMP)", <a href="./rfc1157">RFC 1157</a>, May
1990.
[<a id="ref-RFC2026">RFC2026</a>] Bradner, S., "The Internet Standards Process -- Revision
3", <a href="https://www.rfc-editor.org/bcp/bcp9">BCP 9</a>, <a href="./rfc2026">RFC 2026</a>, October 1996.
[<a id="ref-RFC2131">RFC2131</a>] Droms, R., "Dynamic Host Configuration Protocol", <a href="./rfc2131">RFC</a>
<a href="./rfc2131">2131</a>, March 1997.
[<a id="ref-RFC2780">RFC2780</a>] Bradner, S. and V. Paxson, "IANA Allocation Guidelines For
Values In the Internet Protocol and Related Headers", <a href="https://www.rfc-editor.org/bcp/bcp37">BCP</a>
<a href="https://www.rfc-editor.org/bcp/bcp37">37</a>, <a href="./rfc2780">RFC 2780</a>, March 2000.
[<a id="ref-RFC3692">RFC3692</a>] Narten, T., "Assigning Experimental and Testing Numbers
Considered Useful", <a href="https://www.rfc-editor.org/bcp/bcp82">BCP 82</a>, <a href="./rfc3692">RFC 3692</a>, January 2004.
[<a id="ref-RFC6013">RFC6013</a>] Simpson, W., "TCP Cookie Transactions (TCPCT)", <a href="./rfc6013">RFC 6013</a>,
January 2011.
[<a id="ref-Si11">Si11</a>] Simpson, W., "TCP Cookie Transactions (TCPCT) Sockets
Application Program Interface (API)", Work in Progress,
April 2011.
<span class="h2"><a class="selflink" id="section-10" href="#section-10">10</a>. Acknowledgments</span>
This document was motivated by discussions on the IETF TCPM mailing
list and by Wes Eddy's proposal [<a href="#ref-Ed11">Ed11</a>]. Yoshifumi Nishida, Pasi
Sarolathi, and Michael Scharf provided detailed feedback.
This document was originally prepared using 2-Word-v2.0.template.dot.
Author's Address
Joe Touch
USC/ISI
4676 Admiralty Way
Marina del Rey, CA 90292-6695 U.S.A.
Phone: +1 (310) 448-9151
EMail: touch@isi.edu
Touch Standards Track [Page 11]
</pre>
|