Function WebRTCDataChannel.getMaxRetransmits
Returns the maxRetransmits
value assigned to this channel during creation.
Will be 65535
if not specified.
long getMaxRetransmits() nothrow @nogc const;
Returns the maxRetransmits
value assigned to this channel during creation.
Will be 65535
if not specified.
long getMaxRetransmits() nothrow @nogc const;