[Bug 25155] New: maxRetransmitTime is not the name of the SCTP concept it points to

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25155

            Bug ID: 25155
           Summary: maxRetransmitTime is not the name of the SCTP concept
                    it points to
           Product: WebRTC Working Group
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebRTC API
          Assignee: public-webrtc@w3.org
          Reporter: harald@alvestrand.no
                CC: public-webrtc@w3.org

Suggestion from Michael Tuexen:

Replace
maxRetransmitTime
by
maxLifeTime.

Replace
... or set a time during which retransmissions are allowed (maxRetransmitTime).
by
... or set a time during which transmissions and retransmissions are allowed
(maxLifeTime).

Replace
maxRetransmitTime of type unsigned, readonly , nullable
The RTCDataChannel.maxRetransmitTime attribute returns the length of the time
window (in milliseconds) during which retransmissions may occur in unreliable
mode, or null if unset. The attribute MUST be initialized to null by default
and MUST return the value to which it was set when the RTCDataChannel was
created.

by

maxLifeTime of type unsigned, readonly , nullable
The RTCDataChannel.maxLifeTime attribute returns the length of the time window
(in milliseconds) during which transmissions and retransmissions may occur in
unreliable mode, or null if unset. The attribute MUST be initialized to null by
default and MUST return the value to which it was set when the RTCDataChannel
was created.

Replace

maxRetransmitTime of type unsigned short
Limits the time during which the channel will retransmit data if not
successfully delivered. This value may be clamped if it exceeds the maximum
value supported by the user agent.

by

maxLifeTime of type unsigned short
Limits the time during which the channel will transmit or retransmit data if
not acknowledged. This value may be clamped if it exceeds the maximum value
supported by the user agent.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Wednesday, 26 March 2014 12:37:29 UTC