commit | 16ccef7f11143c035b35e5e6ca8c259f48f0006b | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Tue Mar 27 07:02:43 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 27 08:26:31 2018 |
tree | 0f92377e6a80f09bbb043b3f67072d3a2500a868 | |
parent | be682d47ace03c1eb5845bebc4a66d1219b85216 [diff] |
Allow implementation defined STUN attributes in 0x4000-0x7FFF range This patch modifies StunMessage to allow adding of attributes in the 0x4000-0x7FFF range without adding them to stun.cc. Before this patch this was allowed in the 0xC000-0xFFFF range but the RFC specifies that both of these ranges are implementation defined. BUG=webrtc:8313 Change-Id: Ib74f5d02a06807aeca4fc3f1f3028271e233f004 Reviewed-on: https://webrtc-review.googlesource.com/64404 Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22619}
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.