commit | f4cf4c789a287b5fd4118404504bb86b491f48c7 | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Tue Dec 17 09:27:33 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 17 10:16:59 2019 |
tree | fcbd894e58b6fb5a0a20744008e9817f5bf777c0 | |
parent | 3a8df884d1691260c93da86ce864f8c890e9d155 [diff] |
Don't allow creation of sockets for wild card IPs in emulated networks. The network emulation framework does not support creation sockets that receive from all addresses (e.g. 0.0.0.0) but would instead crash at runtime. This CL explicitly ensures that we don't provide such networks. Bug: webrtc:9883 Change-Id: I1d77df0f2c68f878eace30e4b037ebc7eb9f1aa6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162482 Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30104}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.