commit | 989dfe373094bc609a2784027cc995f3be4db184 | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Tue Feb 25 12:59:19 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 25 14:54:55 2025 |
tree | 4349f120e1b3476fd82fa3cc1e921429f9c0bab7 | |
parent | abe8781f2c9f7f80e13060c02b3b50b6632d7616 [diff] |
Improve testing in stun_port_unittest Before this cl, the test only used local addresses (i.e. no NAT) and therefor could not really distinguish between a server reflexive address and a host address. Consequently, there were multiple errors in the test that compared against "wrong ip", (which happened to pass since there was really onyy 1 ip used). I noticed the totally bogus testing when adding a feature to StunPort. BONUS: Create a binary rtc_p2p_unittest that run only the p2p/ unittests :) BUG=b/378415408 Change-Id: I19fb0b556efca1053a23eccc3129670395a95d48 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/378823 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43987}
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.