commit | f81af2f8fd3ec76532b3b14ecf5fad55aa379350 | [log] [tgz] |
---|---|---|
author | Per K <perkj@webrtc.org> | Fri Dec 22 12:24:40 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 10 09:52:57 2024 |
tree | ea84d87b8e670ef668a0538cf70b4270a4d8cc4f | |
parent | 98b0da181b742dd6bdf50b8652b82a807bfed714 [diff] |
Introduce Socket::ReceiveBuffer and RecvFrom(ReceiveBuffer& buffer) Intention is to gradually stop using raw pointers and make it easier to introduce new meta data types. A default implementation is added that use existing int RecvFrom(void* pv,..) In this cl, async_udp_socket.cc use the new method. There should be no behaviour change. Bug: webrtc:15368 Change-Id: I8f9773a65d24ab5bbac3534dcc37ee1ed874a2c7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/332200 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Reviewed-by: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41497}
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.