commit | 63b48df334dc01e72462e8fc5da1e29337a81f7f | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Thu Mar 29 09:00:07 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 29 09:45:27 2018 |
tree | e792e81cdf87008dd90f4514ab1698f35aded376 | |
parent | 9d2788f74554111360a8931d5f6b08a12715d14a [diff] |
Removed static const network units. Static const objects can cause what's called a "static initialization order fiasco". This CL removes the statically initialized network units in favor of constexpr defined versions available via static functions. Bug: webrtc:8415 Change-Id: Ib1b316ae007481c52a53b2d1bb0352a630a220e2 Reviewed-on: https://webrtc-review.googlesource.com/65164 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22670}
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.