commit | 46d2457debb617b5ff4dfdbe61e3c637b9fb787b | [log] [tgz] |
---|---|---|
author | jbauch <jbauch@webrtc.org> | Sat Mar 11 00:20:04 2017 |
committer | Commit bot <commit-bot@chromium.org> | Sat Mar 11 00:20:04 2017 |
tree | cd62e31e94dc39655a9d84f739144c24515c8b73 | |
parent | 42a426372878850160e1e627478335a880cebd9f [diff] |
Fixed invalid filtering of SCTP datachannel packets on high ports. Packets on source ports 32768-49151 got identified as RTP packets by "IsRtpPacket" and were ignored by the SCTP transport. This CL changes this to check the packet flags for "PF_SRTP_BYPASS". BUG=webrtc:6959 Review-Url: https://codereview.webrtc.org/2743653005 Cr-Commit-Position: refs/heads/master@{#17179}
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.