Skip to main content

Measurement of Round-Trip Time and Fractional Loss Using Session Traversal Utilities for NAT (STUN)
draft-ietf-tram-stun-path-data-05

Revision differences

Document history

Date Rev. By Action
2016-09-20
05 (System) RFC Editor state changed to AUTH48-DONE from AUTH48
2016-09-19
05 (System) RFC Editor state changed to AUTH48 from RFC-EDITOR
2016-09-08
05 (System) RFC Editor state changed to RFC-EDITOR from EDIT
2016-08-29
05 (System) IANA Action state changed to RFC-Ed-Ack from Waiting on RFC Editor
2016-08-26
05 (System) IANA Action state changed to Waiting on RFC Editor from Waiting on Authors
2016-08-25
05 (System) IANA Action state changed to Waiting on Authors from In Progress
2016-08-25
05 (System) IANA Action state changed to In Progress from On Hold
2016-08-24
05 (System) IANA Action state changed to On Hold from Waiting on Authors
2016-08-24
05 (System) IANA Action state changed to Waiting on Authors
2016-08-23
05 (System) RFC Editor state changed to EDIT
2016-08-23
05 (System) IESG state changed to RFC Ed Queue from Approved-announcement sent
2016-08-23
05 (System) Announcement was received by RFC Editor
2016-08-23
05 Amy Vezza IESG state changed to Approved-announcement sent from Approved-announcement to be sent
2016-08-23
05 Amy Vezza IESG has approved the document
2016-08-23
05 Amy Vezza Closed "Approve" ballot
2016-08-23
05 Amy Vezza Ballot approval text was generated
2016-08-23
05 Amy Vezza Ballot writeup was changed
2016-08-23
05 Amy Vezza IESG state changed to Approved-announcement to be sent from IESG Evaluation::External Party
2016-08-23
05 Paal-Erik Martinsen IANA Review state changed to Version Changed - Review Needed from IANA OK - Actions Needed
2016-08-23
05 Paal-Erik Martinsen New version available: draft-ietf-tram-stun-path-data-05.txt
2016-08-19
04 Spencer Dawkins IESG state changed to IESG Evaluation::External Party from IESG Evaluation::AD Followup
2016-07-14
04 Jean Mahoney Closed request for Last Call review by GENART with state 'No Response'
2016-07-05
04 Suresh Krishnan [Ballot comment]
Thanks for addressing the issues from my DISCUSS and COMMENT.
2016-07-05
04 Suresh Krishnan [Ballot Position Update] Position for Suresh Krishnan has been changed to No Objection from Discuss
2016-06-20
04 Amy Vezza This document now replaces draft-ietf-tram-measurement-rtt-loss instead of None
2016-06-20
04 (System) Sub state has been changed to AD Followup from Revised ID Needed
2016-06-20
04 Amy Vezza New revision available
2016-04-23
03 Gunter Van de Velde Request for Last Call review by OPSDIR Completed: Has Nits. Reviewer: Lionel Morand.
2016-04-21
03 Cindy Morgan IESG state changed to IESG Evaluation::Revised I-D Needed from IESG Evaluation
2016-04-20
03 Jari Arkko [Ballot Position Update] New position, No Objection, has been recorded for Jari Arkko
2016-04-20
03 Suresh Krishnan
[Ballot discuss]
The RespTransCnt mechanism seems to be a bit fragile and error prone possibly leading to wrong conclusions on the client (please see my …
[Ballot discuss]
The RespTransCnt mechanism seems to be a bit fragile and error prone possibly leading to wrong conclusions on the client (please see my example below). If you agree with my assessment, it is probably useful to evaluate whether the added complexity of this RespTransCnt mechanism is worth it for the potentially unreliable results it produces.

Consider the following two cases (copy paste with a monospace font for better readability)

Case 1: Upstream loss of first "re"transmission

|  Upstream loss  |
|  Client  Server |
+-+-+-+-+-+-+-+-+-+
|  1        x    |
|                |
|  2        2,1  |
|    2,1          |

Case 2: Downstream loss of response to first "re"transmission with re-ordering

| Downstream loss |
|  Client  Server |
+-+-+-+-+-+-+-+-+-+
|  1        1,2  |
|    x            |
|  2        2,1  |
|    2,1          |

How does the client differentiate between these two cases?
2016-04-20
03 Suresh Krishnan
[Ballot comment]
Section 5: IANA Considerations

Shouldn't the range for this option be in the 0x8000-0xBFFF range instead of the 0x8000-0xFFFF range as currently stated …
[Ballot comment]
Section 5: IANA Considerations

Shouldn't the range for this option be in the 0x8000-0xBFFF range instead of the 0x8000-0xFFFF range as currently stated by the draft?

Section 6:

I think this requirement is backwards and needs to be reworded.

"Unauthenticated STUN message MUST NOT include the PATH-CHARACTERISTIC attribute in order to prevent on-path attacker from influencing decision-making."

Suggest rewording to.

"The PATH-CHARACTERISTIC attribute MUST NOT be included in unauthenticated STUN messages in order to prevent an on-path attacker from influencing decision-making."

I also agree with Alissa about the vagueness of the attribute name.
2016-04-20
03 Suresh Krishnan [Ballot Position Update] New position, Discuss, has been recorded for Suresh Krishnan
2016-04-20
03 Deborah Brungard [Ballot Position Update] New position, No Objection, has been recorded for Deborah Brungard
2016-04-20
03 Benoît Claise
[Ballot comment]
I don't think this is appropriate to include a URL as affiliation (see callstats.io on the first page).

Below is Lionel Morand's OPS …
[Ballot comment]
I don't think this is appropriate to include a URL as affiliation (see callstats.io on the first page).

Below is Lionel Morand's OPS DIR review:

I think the draft is ready for publication as it is, even if some clarifications would help the reader for a correct use of the proposed solution. The comments listed below should not block the publication process but it would be nice if authors could address them if a new version of the draft is required.

Main comments:

- The whole solution is introduced as an improvement of the ICE prioritization formula. With the PATH-CHARACTERISTIC attribute, it is understood that there are additional criteria for selecting the most suitable candidate. But finally, it is not clearly said how the loss and RTT info modify/impact/improve the formula recommended in the RFC 5245. If it is left outside the document, please indicate it in the text.

- Moreover, the case with stateful agent handling the RespTransCnt field is pretty clear. But I think that more information should be given to the reader about the difference for the client to be able to rely or not on the RespTransCnt field.

Other comments:

- In section 1. Introduction:

  The ICE [RFC5245] mechanism uses a prioritization formula to order
  the candidate pairs and perform connectivity checks, in which the
  most preferred address pairs are tested first and when a sufficiently
  good pair is discovered, that pair is used for communications and
  further connectivity tests are stopped.

It is maybe too obvious and not essential for people involved in this work but could help the reader to know that ICE is a technique for NAT traversal and not a general purpose solution.

- In section 3.  Path characteristics determination mechanism

  This document defines a new comprehension-optional STUN attribute
  PATH-CHARACTERISTIC.  PATH-CHARACTERISTIC will have a STUN Type TBD-
  CA.  This type is in the comprehension-optional range, which means
  that STUN agents can safely ignore the attribute if they do not
  understand it.

It is said in another section but could be good to clarify that "safely ignore" means that when the new attribute is not supported by the server, the client naturally fallbacks to existing STUN/ICE procedures.

Instead of having a format for the request (section 3.1) and the response (section 3.2) that are the same, it would be clearer to have a section describing the format of the attribute (section 3.1)  and addition clarifying the use in the request (section 3.2) and the response (section 3.3).

- In section 3.1. The PATH-CHARACTERISTIC attribute in request

  The PATH-CHARACTERISTIC attribute in a STUN request takes a 4-byte
  Value.

I don't know what is the current IETF policy but I would prefer "32-bit value" instead of "4-byte value".

        0                  1                  2                  3
        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |        Reserved, should be 0  |  ReTransCnt  |  RespTransCnt |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
            Figure 1: PATH-CHARACTERISTIC attribute in request

Why are the two first octects marked as "reserved"? I'm assuming that these bits are present for alignment with a fixed size of STUN attributes but it should be clarified.
And if they are "should" should be replaced by "must". I think it would be easier to left "reserved" in the figure and describe its contents in the description given below the figure.

- In section 3.2. .  The PATH-CHARACTERISTIC attribute in response

  When a server receives a STUN request that includes a PATH-
  CHARACTERISTIC attribute, it processes the request as per the STUN
  protocol [RFC5389] plus the specific rules mentioned here.

It is maybe obvious or already described in RFC 5389, but I assume that the server must include the new attribute in the response if not received in the request.

  o  If the server is stateless or does not want to remember the
      transaction ID then it would populate value 0 for the RespTransCnt
      field in PATH-CHARACTERISTIC attribute sent in the response.  If
      the server is stateful then it populates RespTransCnt with the
      number of responses it has sent for the STUN request.

Is there any recommendation between "stateless vs stateful" for an optimal support of this new attribute? If it is, we could find something like "SHOULD be stateful but MAYBE stateless"...

- In section 3.3.  Example Operation

It should be clarified that the server is stateful in this example. Otherwise, the RespTransCnt field in PATH-CHARACTERISTIC attribute in the response is of no use. Could be "stateful server" instead of "server" in the description of the example.

Moreover, as commented earlier, The case with stateful agent handling the RespTransCnt field is pretty clear. But I think that more information should be given to the reader about the difference for the client to be able to rely or not on the RespTransCnt field.

- In section 4. Use cases

  o  When an endpoint has multiple interfaces (for example 3G, 4G,
      WiFi, VPN, etc.), an ICE agent can choose the interfaces for
      application data according to the path characteristics.  After
      STUN responses to STUN checks are received, the ICE agent using
      regular nomination can sort the ICE candidate pairs according to
      the path characteristics (loss and RTT) discovered using STUN.
      The controlling agent can then assign the highest priority to
      candidate pair which best fulfills the desired path
      characteristics.  However, it should be noted that the path
      capacity or throughput is not determined by these STUN checks.  If
      an endpoint needs to pick paths based on capacity, it would have
      to send application data on those paths.

This text illustrates the main comment given above. It is said:

      the ICE agent using
      regular nomination can sort the ICE candidate pairs according to
      the path characteristics (loss and RTT) discovered using STUN.

But there is no clue on how the agent will do.
2016-04-20
03 Benoît Claise [Ballot Position Update] New position, No Objection, has been recorded for Benoit Claise
2016-04-19
03 Terry Manderson [Ballot Position Update] New position, No Objection, has been recorded for Terry Manderson
2016-04-19
03 Ben Campbell [Ballot Position Update] Position for Ben Campbell has been changed to Yes from No Record
2016-04-19
03 Ben Campbell
[Ballot comment]
I agree with Alissa's comments. In addition:

- Is there any expected interaction between this and the ongoing 5245bis work?

- 3, last …
[Ballot comment]
I agree with Alissa's comments. In addition:

- Is there any expected interaction between this and the ongoing 5245bis work?

- 3, last paragraph: "distinguish STUN responses from the re-transmitted
  requests."
I think you mean to distinguish the response to one request from a response to a retransmitted request. But it sounds like you mean to distinguish the response from the request itself.

-4 : resends of the same request:
you’ve used the term retransmission so far. I assume this means the same—any reason not to be consistent?
2016-04-19
03 Ben Campbell Ballot comment text updated for Ben Campbell
2016-04-19
03 Alissa Cooper
[Ballot comment]
= General =

I find the name the name PATH-CHARACTERISTIC a bit general for this, since it specifies a single specific characteristic while …
[Ballot comment]
= General =

I find the name the name PATH-CHARACTERISTIC a bit general for this, since it specifies a single specific characteristic while one could imagine other characteristics one might want to specify in the future. Would suggest naming this something more specific.

= Section 1 =

I think it will be important for future ICE specs to document expected usage of this feature, and those won't necessarily be limited to continuous nomination. I don't think there is anything to be done in this draft, but just noting here that close coordination between TRAM and ICE will be necessary to make sure this happens going forward.

= Section 3.3 =

Section 3.1 defines ReTransCnt as "Number of times request is re-transmitted with the same transaction ID to the server," but then the examples in 3.3 all show the client populating this field with 1 in its first request. If the number is supposed to be about *re-transmits* (not transmits, but re-transmits), I would have expected it to be 0 in the first request, then 1 upon an actual re-transmit. Why do these start at 1? It may be that simply re-wording the use of "re-transmits" in 3.1 would fix this.

Also, in the first two examples, why do the ReTransCnt values keep incrementing after a successful response? For example, in the normal case, why does the client re-transmit its request with ReTransCnt equal to 2 when it received a successful response?
2016-04-19
03 Alissa Cooper [Ballot Position Update] New position, No Objection, has been recorded for Alissa Cooper
2016-04-19
03 Alvaro Retana [Ballot Position Update] New position, No Objection, has been recorded for Alvaro Retana
2016-04-19
03 Kathleen Moriarty
[Ballot comment]
The draft looks good, I would just add in the security section that the information could be observed passively if not encrypted (especially …
[Ballot comment]
The draft looks good, I would just add in the security section that the information could be observed passively if not encrypted (especially since that is an option) and used for reconnaissance and later attacks.
2016-04-19
03 Kathleen Moriarty [Ballot Position Update] New position, No Objection, has been recorded for Kathleen Moriarty
2016-04-19
03 Stephen Farrell [Ballot comment]

I like, but am a little surprised by, the MUST NOT at the
end of section 6. Thanks though!
2016-04-19
03 Stephen Farrell [Ballot Position Update] New position, No Objection, has been recorded for Stephen Farrell
2016-04-17
03 Joel Jaeggli [Ballot Position Update] New position, No Objection, has been recorded for Joel Jaeggli
2016-04-15
03 Mirja Kühlewind
[Ballot comment]
A few questions that could potentially be further clarified in the document:

1) How often should the request be retransmitted to get a …
[Ballot comment]
A few questions that could potentially be further clarified in the document:

1) How often should the request be retransmitted to get a qualified loss measure?
2) What's the frequency of the retransmissions/pacing or wating between retransmissions?
3) How big is the overhead when retransmitting several times?

Thanks!
2016-04-15
03 Mirja Kühlewind [Ballot Position Update] New position, Yes, has been recorded for Mirja Kühlewind
2016-04-08
03 Alexey Melnikov [Ballot Position Update] New position, No Objection, has been recorded for Alexey Melnikov
2016-03-18
03 Amanda Baber IANA Review state changed to IANA OK - Actions Needed from IANA - Not OK
2016-03-11
03 Spencer Dawkins Placed on agenda for telechat - 2016-04-21
2016-03-11
03 Spencer Dawkins IESG state changed to IESG Evaluation from Waiting for Writeup
2016-03-11
03 Spencer Dawkins Changed consensus to Yes from Unknown
2016-03-11
03 Spencer Dawkins Ballot has been issued
2016-03-11
03 Spencer Dawkins [Ballot Position Update] New position, Yes, has been recorded for Spencer Dawkins
2016-03-11
03 Spencer Dawkins Created "Approve" ballot
2016-03-11
03 Spencer Dawkins Ballot writeup was changed
2016-02-17
03 Tero Kivinen Request for Last Call review by SECDIR Completed: Has Nits. Reviewer: Watson Ladd.
2016-02-11
03 (System) IESG state changed to Waiting for Writeup from In Last Call
2016-02-10
03 (System) IANA Review state changed to IANA - Not OK from IANA - Review Needed
2016-02-10
03 Sabrina Tanamal
(Via drafts-lastcall-comment@iana.org): IESG/Authors/WG Chairs:

IANA has completed its review of draft-ietf-tram-stun-path-data-03.txt. If any part of this review is inaccurate, please let us know.

IANA …
(Via drafts-lastcall-comment@iana.org): IESG/Authors/WG Chairs:

IANA has completed its review of draft-ietf-tram-stun-path-data-03.txt. If any part of this review is inaccurate, please let us know.

IANA understands that, upon approval of this document, there is a single action which IANA must complete.

In the STUN Attributes subregistry of the Session Traversal Utilities for NAT (STUN) Parameters registry located at:

http://www.iana.org/assignments/stun-parameters/

a new registration will be made as follows:

Value: [ TBD-at-Registration ]
Name: PATH-CHARACTERISTIC
Reference: [ RFC-to-be ]

The value to be selected will be from the comprehension-optional range (0x8000-0xFFFF).

QUESTION: Should this assignment be made from the IETF Review range (0x8000-0xBFFF), or the Designated Expert range (0xC000-0xFFFF)?

IANA understands that this is the only action required to be completed upon approval of this document.

Note:  The actions requested in this document will not be completed until the document has been approved for publication as an RFC. This message is only to confirm what actions will be performed. 


Thank you,

Sabrina Tanamal
IANA Specialist
ICANN
2016-02-04
03 Jean Mahoney Request for Last Call review by GENART is assigned to Wassim Haddad
2016-02-04
03 Jean Mahoney Request for Last Call review by GENART is assigned to Wassim Haddad
2016-02-04
03 Tero Kivinen Request for Last Call review by SECDIR is assigned to Watson Ladd
2016-02-04
03 Tero Kivinen Request for Last Call review by SECDIR is assigned to Watson Ladd
2016-02-03
03 Gunter Van de Velde Request for Last Call review by OPSDIR is assigned to Lionel Morand
2016-02-03
03 Gunter Van de Velde Request for Last Call review by OPSDIR is assigned to Lionel Morand
2016-01-28
03 Cindy Morgan IANA Review state changed to IANA - Review Needed
2016-01-28
03 Cindy Morgan
The following Last Call announcement was sent out:

From: The IESG
To: "IETF-Announce"
CC: tram-chairs@ietf.org, "Simon Perreault" , sperreault@jive.com, spencerdawkins.ietf@gmail.com, draft-ietf-tram-stun-path-data@ietf.org, …
The following Last Call announcement was sent out:

From: The IESG
To: "IETF-Announce"
CC: tram-chairs@ietf.org, "Simon Perreault" , sperreault@jive.com, spencerdawkins.ietf@gmail.com, draft-ietf-tram-stun-path-data@ietf.org, tram@ietf.org
Reply-To: ietf@ietf.org
Sender:
Subject: Last Call:  (Discovery of path characteristics using STUN) to Proposed Standard


The IESG has received a request from the TURN Revised and Modernized WG
(tram) to consider the following document:
- 'Discovery of path characteristics using STUN'
  as Proposed Standard

The IESG plans to make a decision in the next few weeks, and solicits
final comments on this action. Please send substantive comments to the
ietf@ietf.org mailing lists by 2016-02-11. Exceptionally, comments may be
sent to iesg@ietf.org instead. In either case, please retain the
beginning of the Subject line to allow automated sorting.

Abstract


  A host with multiple interfaces needs to choose the best interface
  for communication.  Oftentimes, this decision is based on a static
  configuration and does not consider the path characteristics, which
  may affect the user experience.

  This document describes a mechanism for an endpoint to discover the
  path characteristics using Session Traversal Utilities for NAT (STUN)
  messages.  The measurement information can then be used to influence
  the endpoint's Interactive Connectivity Establishment (ICE) candidate
  pair selection algorithm.




The file can be obtained via
https://datatracker.ietf.org/doc/draft-ietf-tram-stun-path-data/

IESG discussion can be tracked via
https://datatracker.ietf.org/doc/draft-ietf-tram-stun-path-data/ballot/


No IPR declarations have been submitted directly on this I-D.


2016-01-28
03 Cindy Morgan IESG state changed to In Last Call from Last Call Requested
2016-01-28
03 Spencer Dawkins Last call was requested
2016-01-28
03 Spencer Dawkins Ballot approval text was generated
2016-01-28
03 Spencer Dawkins Ballot writeup was generated
2016-01-28
03 Spencer Dawkins IESG state changed to Last Call Requested from AD Evaluation::External Party
2016-01-28
03 Spencer Dawkins Last call announcement was generated
2016-01-28
03 Spencer Dawkins Last call announcement was generated
2016-01-28
03 Tirumaleswar Reddy.K New version available: draft-ietf-tram-stun-path-data-03.txt
2016-01-26
02 Spencer Dawkins IESG state changed to AD Evaluation::External Party from AD Evaluation
2016-01-12
02 Spencer Dawkins IESG state changed to AD Evaluation from Publication Requested
2016-01-08
02 Simon Perreault
> As required by RFC 4858, this is the current template for the Document
> Shepherd Write-Up.
>
> Changes are expected over time. …
> As required by RFC 4858, this is the current template for the Document
> Shepherd Write-Up.
>
> Changes are expected over time. This version is dated 24 February 2012.
>
> (1) What type of RFC is being requested (BCP, Proposed Standard,
> Internet Standard, Informational, Experimental, or Historic)?

Proposed Standard

> Why is this the proper type of RFC?

Because a new STUN attribute and associated processing behaviour are defined.

> Is this type of RFC indicated in the title page header?

Yes.

> (2) The IESG approval announcement includes a Document Announcement
> Write-Up. Please provide such a Document Announcement Write-Up. Recent
> examples can be found in the "Action" announcements for approved
> documents. The approval announcement contains the following sections:
>
> Technical Summary
>
>  Relevant content can frequently be found in the abstract
>  and/or introduction of the document. If not, this may be
>  an indication that there are deficiencies in the abstract
>  or introduction.
>
> Working Group Summary
>
>  Was there anything in WG process that is worth noting? For
>  example, was there controversy about particular points or
>  were there decisions where the consensus was particularly
>  rough?
>
> Document Quality
>
>  Are there existing implementations of the protocol? Have a
>  significant number of vendors indicated their plan to
>  implement the specification? Are there any reviewers that
>  merit special mention as having done a thorough review,
>  e.g., one that resulted in important changes or a
>  conclusion that the document had no substantive issues? If
>  there was a MIB Doctor, Media Type or other expert review,
>  what was its course (briefly)? In the case of a Media Type
>  review, on what date was the request posted?
>
> Personnel
>
>  Who is the Document Shepherd? Who is the Responsible Area
>  Director?

Technical Summary

  This document describes a mechanism for an endpoint to discover the path
  characteristics using Session Traversal Utilities for NAT (STUN) messages.
  The measurement information can then be used to influence the endpoint's
  Interactive Connectivity Establishment (ICE) candidate pair selection
  algorithm.

Working Group Summary

  The proces for this document was straightforward. No controversy, good
  discussion, easy consensus.

Document Quality

  Web browser vendors have participated actively in the discussion with usage by
  their WebRTC implementation in mind.

Personnel

  Document Shepherd: Simon Perreault
  Responsible Area Director: Spencer Dawkins

> (3) Briefly describe the review of this document that was performed by
> the Document Shepherd.  If this version of the document is not ready
> for publication, please explain why the document is being forwarded to
> the IESG.

The document shepherd has read and reviewed every version of this draft, has
sent comments, and participated in the discussion.

> (4) Does the document Shepherd have any concerns about the depth or
> breadth of the reviews that have been performed?

None.

> (5) Do portions of the document need review from a particular or from
> broader perspective, e.g., security, operational complexity, AAA, DNS,
> DHCP, XML, or internationalization? If so, describe the review that
> took place.

No.

> (6) Describe any specific concerns or issues that the Document Shepherd
> has with this document that the Responsible Area Director and/or the
> IESG should be aware of? For example, perhaps he or she is uncomfortable
> with certain parts of the document, or has concerns whether there really
> is a need for it. In any event, if the WG has discussed those issues and
> has indicated that it still wishes to advance the document, detail those
> concerns here.

No concerns.

> (7) Has each author confirmed that any and all appropriate IPR
> disclosures required for full conformance with the provisions of BCP 78
> and BCP 79 have already been filed. If not, explain why.

Yes.

> (8) Has an IPR disclosure been filed that references this document?
> If so, summarize any WG discussion and conclusion regarding the IPR
> disclosures.

No.

> (9) How solid is the WG consensus behind this document? Does it
> represent the strong concurrence of a few individuals, with others
> being silent, or does the WG as a whole understand and agree with it? 

Strong consensus from the whole working group.

> (10) Has anyone threatened an appeal or otherwise indicated extreme
> discontent? If so, please summarise the areas of conflict in separate
> email messages to the Responsible Area Director. (It should be in a
> separate email because this questionnaire is publicly available.)

No.

> (11) Identify any ID nits the Document Shepherd has found in this
> document. (See https://www.ietf.org/tools/idnits/ and the Internet-Drafts
> Checklist). Boilerplate checks are not enough; this check needs to be
> thorough.

No nits found.

> (12) Describe how the document meets any required formal review
> criteria, such as the MIB Doctor, media type, and URI type reviews.

No formal review required.

> (13) Have all references within this document been identified as
> either normative or informative?

Yes.

> (14) Are there normative references to documents that are not ready for
> advancement or are otherwise in an unclear state? If such normative
> references exist, what is the plan for their completion?

No.

> (15) Are there downward normative references references (see RFC 3967)?
> If so, list these downward references to support the Area Director in
> the Last Call procedure.

No.

> (16) Will publication of this document change the status of any
> existing RFCs? Are those RFCs listed on the title page header, listed
> in the abstract, and discussed in the introduction? If the RFCs are not
> listed in the Abstract and Introduction, explain why, and point to the
> part of the document where the relationship of this document to the
> other RFCs is discussed. If this information is not in the document,
> explain why the WG considers it unnecessary.

No.

> (17) Describe the Document Shepherd's review of the IANA considerations
> section, especially with regard to its consistency with the body of the
> document. Confirm that all protocol extensions that the document makes
> are associated with the appropriate reservations in IANA registries.
> Confirm that any referenced IANA registries have been clearly
> identified. Confirm that newly created IANA registries include a
> detailed specification of the initial contents for the registry, that
> allocations procedures for future registrations are defined, and a
> reasonable name for the new registry has been suggested (see RFC 5226).

IANA considerations section has been thoroughly reviewed. It is in good shape.

> (18) List any new IANA registries that require Expert Review for future
> allocations. Provide any public guidance that the IESG would find
> useful in selecting the IANA Experts for these new registries.

No new IANA registry.

> (19) Describe reviews and automated checks performed by the Document
> Shepherd to validate sections of the document written in a formal
> language, such as XML code, BNF rules, MIB definitions, etc.

None performed.
2016-01-08
02 Simon Perreault Responsible AD changed to Spencer Dawkins
2016-01-08
02 Simon Perreault IETF WG state changed to Submitted to IESG for Publication from WG Consensus: Waiting for Write-Up
2016-01-08
02 Simon Perreault IESG state changed to Publication Requested
2016-01-08
02 Simon Perreault IESG process started in state Publication Requested
2016-01-08
02 Simon Perreault Intended Status changed to Proposed Standard from None
2016-01-08
02 Simon Perreault Changed document writeup
2016-01-07
02 Simon Perreault Notification list changed to "Simon Perreault" <sperreault@jive.com>
2016-01-07
02 Simon Perreault Document shepherd changed to Simon Perreault
2016-01-07
02 Simon Perreault IETF WG state changed to WG Consensus: Waiting for Write-Up from In WG Last Call
2015-10-07
02 Tirumaleswar Reddy.K New version available: draft-ietf-tram-stun-path-data-02.txt
2015-09-22
01 Simon Perreault IETF WG state changed to In WG Last Call from WG Document
2015-04-07
01 Tirumaleswar Reddy.K New version available: draft-ietf-tram-stun-path-data-01.txt
2015-04-07
00 Tirumaleswar Reddy.K New version available: draft-ietf-tram-stun-path-data-00.txt