- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Thu, 09 Mar 2017 15:18:16 +0000
- To: public-webrtc-logs@w3.org
The following commits were just pushed by alvestrand to https://github.com/w3c/webrtc-pc: * Changing iceCandidatePoolSize to an octet and adding EnforceRange. Fixes #1048. Changing it to an octet limits the range to 0-255; there shouldn't be any situation where an application wants to create thousands of pooled candidates. Adding [EnforceRange] means that if the application provides a negative value or one greater than 255, a TypeError is thrown, rather than the value being converted to the valid range by doing "mod 256". by Taylor Brandstetter https://github.com/w3c/webrtc-pc/commit/ec7b2e60fcce7caf6da07186e040223ce2ec1e6c * Merge pull request #1055 from taylor-b/issue_1048_icecandidatepoolsize_range Changing iceCandidatePoolSize to an octet and adding EnforceRange. by Harald Alvestrand https://github.com/w3c/webrtc-pc/commit/7ff0c976c5f50c44e91f03b2db6e46953e4eaf2f
Received on Thursday, 9 March 2017 15:18:22 UTC