commit | f97afd65b25b67361284ad29345d685890ed9d1f | [log] [tgz] |
---|---|---|
author | Yura Yaroshevich <yura.yaroshevich@gmail.com> | Mon Apr 12 12:56:08 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 28 10:50:21 2021 |
tree | f948f9de4d42dd5c51dd166bd96ef431f9c25dff | |
parent | 2a605b13339db11a2e9052c35c41f899a53b098a [diff] |
Reland "Add addr in error msg if stun sock sent with error" This is a reland of 9ff75a6206142fbe17997bb092f8ec5485c2a084 Original change's description: > Add addr in error msg if stun sock sent with error > > Before: > ``` > (stun_port.cc:596): sendto : [0x00000041] No route to host > ``` > > After: > ``` > (stun_port.cc:598): UDP send of 20 bytes to host stun1.l.google.com:19302 (74.125.200.127:19302) failed with error 65 : [0x00000041] No route to host > ``` > > Bug: None > Change-Id: Ibcd487e97b37677225814562df30af66f655cddb > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215000 > Reviewed-by: Harald Alvestrand <hta@webrtc.org> > Commit-Queue: Yura Yaroshevich <yura.yaroshevich@gmail.com> > Cr-Commit-Position: refs/heads/master@{#33694} Bug: None Change-Id: Ic73327b20fd08ab41f378961333dd27f0f884525 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215926 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33862}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.