commit | 9a52bd733ca963fb8a9883e5cc3d3974ecccffb8 | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Wed Dec 11 10:35:48 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Dec 11 14:23:30 2019 |
tree | 51acb1833c34ffded91c5f8872871fecfda19450 | |
parent | c907d4f223ebb49780bdee23840a618604f317c4 [diff] |
STUN PING request This patch introduces a new type of STUN ping, GOOG_PING_REQUEST/RESPONSE which is similar to a STUN_BINDING but does not transmit any values. The Connection class automatically sends these if no STUN attributes has changed since last call to Connection::Ping() if the remote peer has signaled that it supports it. BUG=webrtc:11100 Change-Id: Ib1b590f0b90ca6cb56f2eb07cd62f976e246bc8c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159961 Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Taylor <deadbeef@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30062}
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.