<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>25155</bug_id>
          
          <creation_ts>2014-03-26 12:37:27 +0000</creation_ts>
          <short_desc>maxRetransmitTime is not the name of the SCTP concept it points to</short_desc>
          <delta_ts>2014-06-10 14:45:30 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebRTC Working Group</product>
          <component>WebRTC API</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Harald Alvestrand">harald</reporter>
          <assigned_to name="Adam Bergkvist">adam.bergkvist</assigned_to>
          <cc>adam.bergkvist</cc>
    
    <cc>public-webrtc</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>102920</commentid>
    <comment_count>0</comment_count>
    <who name="Harald Alvestrand">harald</who>
    <bug_when>2014-03-26 12:37:27 +0000</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102929</commentid>
    <comment_count>1</comment_count>
    <who name="Harald Alvestrand">harald</who>
    <bug_when>2014-03-26 16:53:39 +0000</bug_when>
    <thetext>Modification to previous suggestion:

Use the name &quot;maxPacketLifeTime&quot; instead of &quot;maxLifeTime&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103003</commentid>
    <comment_count>2</comment_count>
    <who name="Adam Bergkvist">adam.bergkvist</who>
    <bug_when>2014-03-27 13:54:44 +0000</bug_when>
    <thetext>Proposed fix:

https://github.com/fluffy/webrtc-w3c/commit/049424f2b96485020256e2615d6469cd4067e5fd</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>