Re: [webrtc-extensions] Add RTOMax to RTCDataChannelInit (#71)

Only controlling `RTO.Max` isn't very useful. If you want to control the retransmission timer value range, you need to make `RTO.Min`, `RTO.Max`, `RTO.Initial` user controllable. The constraint is `RTO.Min <= RTO.Initial <= RTO.Max`. Most SCTP implementations including usrsctp allow these parameters to be set per SCTP association. This would correspond to a peer connection. Some care is needed. The configuration of these parameters on the one side needs to be in tune with the `SACK.Delay` parameter configured at the peer. 

-- 
GitHub Notification of comment by tuexen
Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/71#issuecomment-797115014 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 11 March 2021 23:18:32 UTC