commit | e9fc75ee7281d6e48c2f135c83a91807da04b763 | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Tue Jun 14 00:30:32 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jun 14 00:30:41 2016 |
tree | 27581d2d47f5925e43ca70b07dd7d7b30ca84b4c | |
parent | dfe6937666886a005207b45015ea7b33c1c512b7 [diff] |
Fixing SCTP verbose packet logging. We were passing the pointer to the sockaddr to usrsctp_dumppacket, instead of the pointer to the data. So we were just logging random bytes. The dangers of void*... NOTRY=True TBR=pthatcher@webrtc.org BUG=619372 Review-Url: https://codereview.webrtc.org/2061093003 Cr-Commit-Position: refs/heads/master@{#13119}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.