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

@tuexen The way I see it, sctp is a protocol for control messages which are very, very small. In WebRTC, data channels typical bandwidth share is less than 1% so congestion shouldn't be a concern and sctp should retransmit often without worrying about making a dent in the overall throughput.

In the extreme cases where apps use data channel not as intended, and transfer large amount of data, like files, they should be careful to use a small buffer size to avoid congestion.


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


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

Received on Tuesday, 23 March 2021 17:30:07 UTC