Skip to main content

IETF Last Call Review of draft-ietf-avtcore-rtp-haptics-09
review-ietf-avtcore-rtp-haptics-09-artart-lc-gondwana-2025-11-25-00

Request Review of draft-ietf-avtcore-rtp-haptics
Requested revision No specific revision (document currently at 14)
Type IETF Last Call Review
Team ART Area Review Team (artart)
Deadline 2025-12-01
Requested 2025-11-17
Authors Hyunsik Yang , Xavier de Foy
I-D last updated 2026-01-23 (Latest revision 2026-01-21)
Completed reviews Genart IETF Last Call review of -09 by Christer Holmberg (diff)
Opsdir IETF Last Call review of -09 by Bo Wu (diff)
Artart IETF Last Call review of -09 by Bron Gondwana (diff)
Assignment Reviewer Bron Gondwana
State Completed
Request IETF Last Call review on draft-ietf-avtcore-rtp-haptics by ART Area Review Team Assigned
Posted at https://mailarchive.ietf.org/arch/msg/art/3j6D46HFNy9KzJd3N8UZuCYm19U
Reviewed revision 09 (document currently at 14)
Result Ready w/nits
Completed 2025-11-25
review-ietf-avtcore-rtp-haptics-09-artart-lc-gondwana-2025-11-25-00
I am the ARTART reviewer for draft-ietf-avtcore-rtp-haptics.

Thanks to the authors for this document. I found it quite clear and easy
to follow.

I suspect I was chosen for this particular documents because I've managed
to become some kind of defacto date-time field reviewer!

Timestamps:

So I looked at that first.  There are 10 mentions of "timestamp" in the
document, some of which are a 16 bit "timestamp offset".

There is this definition is this in section 5.1:

   TimeStamp (TS): 32 bits.  A timeStamp representing the sampling time
   of the first sample of the MIHS unit in the RTP payload.  The clock
   frequency MUST be set to the sample rate of the encoded haptic data
   and is conveyed out-of-band (e.g., as an SDP parameter).

I did some searching in RFC3550 and found:

5.1 RTP Fixed Header Fields

   timestamp: 32 bits
      The timestamp reflects the sampling instant of the first octet in
      the RTP data packet.  The sampling instant MUST be derived from a
      clock that increments monotonically and linearly in time to allow
      synchronization and jitter calculations

So this "timestamp" is actually just an internal clock for the stream and has
no fixed relationship to a date-time.  This looks like it's using RFC3550
as designed and has no date-time considerations.

I did do some other review as well:

Section 6.1 says: 

"The receiver MUST ignore any parameter unspecified in this memo."

I have seen similar documents say "MUST ignore any parameter it does not
understand" or similar, something which anticipates that it will likely
be extended in future.

I guess it doesn't matter because the future spec will "updates" this one,
but that language seemed unnecessarily prescriptive to me.  The intent of
"ignore the fields not defined the in specs that you implement" is important
and good.

Section 7 says:

"The clock rate in the "a=rtpmap" line MAY be any sampling rate, typically 8000."

I don't believe that should be a capital MAY - the definition of MAY in RFC2119 is:

5. MAY   This word, or the adjective "OPTIONAL", mean that an item is
   truly optional.  One vendor may choose to include the item because a
   particular marketplace requires it or because the vendor feels that
   it enhances the product while another vendor may omit the same item.
   An implementation which does not include a particular option MUST be
   prepared to interoperate with another implementation which does
   include the option, though perhaps with reduced functionality. In the
   same vein an implementation which does include a particular option
   MUST be prepared to interoperate with another implementation which
   does not include the option (except, of course, for the feature the
   option provides.)

This does not appear to be one of those.

In fact, it's worth reviewing this whole document for excessive use of
capitalised RFC2119 words, e.g. in section 9, we see:

                                                        "Additionally,
   misusing the functionalities of actuators (such as force, position,
   temperature, vibration, electro-tactile, etc.)  MAY pose a risk of
   harm to the user,

I suspect the authors aren't intentionally suggesting that vendors can
optionally include "risk of harm to the user" functionality.