StunRequestTests were using the real time clock to measure fairly large retransmit intervals (up to several seconds). This was making the tests slow and flaky when the system was heavily loaded. See https://build.chromium.org/p/client.webrtc/builders/Win64%20Release/builds/9274/steps/rtc_unittests/logs/stdio for an example of a recent failure. This change makes the tests use a simulated clock instead. They are now very quick, precise and reliable. R=honghaiz@webrtc.org, zhihuang@webrtc.org Review URL: https://codereview.webrtc.org/2300143005 . Cr-Commit-Position: refs/heads/master@{#14097}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.