commit | 9131efdb30f2ad37e252ace2c5fcd65fdef288f5 | [log] [tgz] |
---|---|---|
author | Stefan Holmer <stefan@webrtc.org> | Mon May 23 16:19:26 2016 |
committer | Stefan Holmer <stefan@webrtc.org> | Mon May 23 16:19:37 2016 |
tree | 52515265f9fc4a7db86e0994248892256df19ddd | |
parent | 181310fb6fe2aff416b112b7e9945d651566fab0 [diff] |
Read recv timestamps from socket (posix only). This helps a lot on Android devices where the user threads can be scheduled with low priority when the app is in the background, causing spurious significantly delayed before a packet can be read from the socket. With this patch the timestamp is taken by the kernel when the packet actually arrives. R=juberti@chromium.org TBR=juberti@webrtc.org BUG=webrtc:5773 Review URL: https://codereview.webrtc.org/1944683002 . Cr-Commit-Position: refs/heads/master@{#12850}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.