Skip to main content

Last Call Review of draft-uberti-rtcweb-rfc8829bis-02
review-uberti-rtcweb-rfc8829bis-02-opsdir-lc-wu-2022-03-27-00

Request Review of draft-uberti-rtcweb-rfc8829bis
Requested revision No specific revision (document currently at 05)
Type Last Call Review
Team Ops Directorate (opsdir)
Deadline 2022-04-05
Requested 2022-03-15
Authors Justin Uberti , Cullen Fluffy Jennings , Eric Rescorla
I-D last updated 2022-03-27
Completed reviews Genart Last Call review of -02 by Joel M. Halpern (diff)
Secdir Last Call review of -02 by Yaron Sheffer (diff)
Opsdir Last Call review of -02 by Qin Wu (diff)
Assignment Reviewer Qin Wu
State Completed
Request Last Call review on draft-uberti-rtcweb-rfc8829bis by Ops Directorate Assigned
Posted at https://mailarchive.ietf.org/arch/msg/ops-dir/JRvTU4_hJ3bI3pkjULqKGluunvA
Reviewed revision 02 (document currently at 05)
Result Has issues
Completed 2022-03-27
review-uberti-rtcweb-rfc8829bis-02-opsdir-lc-wu-2022-03-27-00
I have reviewed this document as part of the Operational directorate's ongoing
effort to review all IETF documents being processed by the IESG.  These
comments were written with the intent of improving the operational aspects of
the IETF drafts. Comments that are not addressed in last call may be included
in AD reviews during the IESG review.  Document editors and WG chairs should
treat these comments just like any other last call comments.

RFC8829 defines JSEP protocol and describes the mechanisms for allowing a
JavaScript application to control the signaling plane of a multimedia session
via the interface specified in the W3C RTCPeerConnection API. This document is
RFC8829bis and provides update to RFC8829 to address inconsistency between JSEP
and SDP BUNDLE protocol.

Major issue:
I am not against deprecating "max-bundle" and replacing it with “must-bundle”,
but Since there is inconsistency between JSEP and SDP BUNDLE protocol,
regarding bundle-only "m=", I think it is the fault of both JSEP and SDP BUNDLE
protocol. the best way is both JSEP and SDP BUNDLE protocol should make bis
documents in parallel, to make sure consistently issues get resolved. The draft
said: “ The former concern was addressed via an update to [RFC9143] ” Where is
the document specifying update to RFC9143? Without RFC9143bis to be proposed on
the same table, I am not sure how we can prevent inconsistency issue between
this RFC8829bis and the future RFC9143bis from happening again.

Minor issue:
The draft said:
“
When [RFC8829] was published, inconsistencies regarding BUNDLE [RFC9143]
operation were identified with regard to both the specification text as well as
implementation behavior. ” What is the difference between specification text
and implementation behavior? Why specification text can not specify the
standard behavior for the endpoints implementation?

RFC8829 said:
“
       JSEP prescribes that said "m=" sections should use port zero and add an
"a=bundle-only" attribute in initial offers, but not in answers or subsequent
offers.        BUNDLE prescribes that these "m=" sections should be marked as
described in the previous point, but in all offers and answers.        Most
current browsers do not mark any "m=" sections with port zero and instead use
the same port for all bundled "m=" sections; some others follow the JSEP
behavior ” If both JSEP protocol and SDP BUNDEL protocol define consistent
standard behavior, browser implementation follows standard behavior defined in
JSEP and SDP BUNDEL protocol, implementation inconsistency will automatically
go away, no?