dtls-in-stun: Simplify PENDING => COMPLETE condition We are COMPLETE when we are writable(PENDING) and we have no packets that has not been acked by peer (i.e. pending packet is empty). This change passes all existing test and re-enables 32 tests, yay! I.e. makes fewer tests skipped by adding conditions to the skip-if. Also, remove incorrect observations that we can clear ack if getting no data, add unit test for this which explain why this is not true which is a) the peer might not have gotten all it needs to send any data (pqc). b) there might be arbitrary reorders, and we con't now it the stun-binding (request/response) we are processing is really old. BUG=webrtc:367395350 Change-Id: Ic2999587c08f970ceb75efd4575ade4adf65eee8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/451741 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47017}
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.