commit | 634977b61107244a24652120b762fdce23eb5cb9 | [log] [tgz] |
---|---|---|
author | zstein <zstein@webrtc.org> | Fri Jul 14 19:30:04 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 14 19:30:04 2017 |
tree | f0c734ca78d6bf1c7162f2a5625511aabaa1dbe7 | |
parent | e76bd3aa43821ff10f5cef5854836ea782b2464f [diff] |
SignalPacketReceived should pass packet as a pointer instead of a non-const reference. See https://google.github.io/styleguide/cppguide.html#Reference_Arguments. The Bind to ProcessPacket in OnPacketReceived is safe because Bind captures arguments by value. BUG=webrtc:7013 Review-Url: https://codereview.webrtc.org/2980923002 Cr-Commit-Position: refs/heads/master@{#19028}
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.