mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1211091 - use upper boundary for streams per data channel. r=bwc
This commit is contained in:
parent
b252cf07a1
commit
4b80c70ece
@ -1269,7 +1269,7 @@ PeerConnectionImpl::InitializeDataChannel()
|
||||
channels = MAX_NUM_STREAMS;
|
||||
}
|
||||
|
||||
rv = EnsureDataConnection(codec->mChannels);
|
||||
rv = EnsureDataConnection(channels);
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
uint16_t localport = 5000;
|
||||
uint16_t remoteport = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user