Re: [webrtc-stats] [DataChannels] Expose bandwidth or congestion window from the SCTP lib

> I am curious what things can the application can do in response to the c_wnd stats?

decide whether to send data to this client or another (each client is connected to multiple others)

> That is indeed an interesting question since we already have a (quirky) flow control with `.bufferedAmount` and friends.

bufferedAmount is not relevant for sending somewhat small chunks of data and not big files since it'll always remain 0

-- 
GitHub Notification of comment by shacharz
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/377#issuecomment-431848784 using your GitHub account

Received on Monday, 22 October 2018 19:03:06 UTC