commit | 8a38b1cf681cd77f0d59a68fb45d8dedbd7d4cee | [log] [tgz] |
---|---|---|
author | Taylor <deadbeef@webrtc.org> | Fri Mar 05 01:05:38 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Mar 05 03:06:38 2021 |
tree | 0f96bdbf4ff1056341ce0e1a7da583d359875332 | |
parent | 83be84bb74133343358bba22e4e5106ecc385721 [diff] |
Revert "Fix race between destroying SctpTransport and receiving notification on timer thread." This reverts commit a88fe7be146b9b85575504d4d5193c007f2e3de4. Reason for revert: Breaks downstream test, still investigating. Original change's description: > Fix race between destroying SctpTransport and receiving notification on timer thread. > > This gets rid of the SctpTransportMap::Retrieve method and forces > everything to go through PostToTransportThread, which behaves safely > with relation to the transport's destruction. > > Bug: webrtc:12467 > Change-Id: Id4a723c2c985be2a368d2cc5c5e62deb04c509ab > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/208800 > Reviewed-by: Niels Moller <nisse@webrtc.org> > Commit-Queue: Taylor <deadbeef@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#33364} TBR=nisse@webrtc.org Bug: webrtc:12467 Change-Id: Ib5d815a2cbca4feb25f360bff7ed62c02d1910a0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/209820 Reviewed-by: Taylor <deadbeef@webrtc.org> Commit-Queue: Taylor <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33386}
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.