Re: [webrtc-pc] RTCSctpTransport.maxMessageSize 0 case

@lgrahl lets clarify one thing in your described algorithm (I doesn't appear to affect the text in PR #1650 ): local_mms is some implementations internal send buffer size which never gets written out into SDP!
The mms value in the SDP only announces the receive buffer size. So do NOT mix the mms values from offer and answer, because then you are combining the receive buffers from both sides. But what you need to look at are the local send buffer + the remote receive buffer (taken from the remote's SDP's mms value).

-- 
GitHub Notification of comment by nils-ohlmeier
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1446#issuecomment-340871974 using your GitHub account

Received on Tuesday, 31 October 2017 18:57:42 UTC