commit | 4f0dfbd213aaad0b8b32b0cf0101b47aea039770 | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Thu Jun 16 00:15:23 2016 |
committer | Taylor Brandstetter <deadbeef@webrtc.org> | Thu Jun 16 00:15:35 2016 |
tree | 8a7504d139eddffc678eef10765345799969a9f9 | |
parent | 947c02d444a56958db074c4698c13e7ec6a6b133 [diff] |
Change initial DTLS retransmission timer from 1 second to 50ms. This will help ensure a timely DTLS handshake when there's packet loss. It will likely result in spurious retransmissions (since the RTT is usually > 50ms), but since exponential backoff is still used, there will at most be ~4 extra retransmissions. For a time-sensitive application like WebRTC this seems like a reasonable tradeoff. R=pthatcher@webrtc.org, juberti@chromium.org, juberti@webrtc.org Review URL: https://codereview.webrtc.org/1981463002 . Committed: https://crrev.com/1e435628366fb9fed71632369f05928ed857d8ef Cr-Original-Commit-Position: refs/heads/master@{#12853} Cr-Commit-Position: refs/heads/master@{#13159}
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.