- Removes unnecessary casts to compute timedelta. - Renames ProbingState for clarity. This should help when we probe mid-call. - Enables probing by default to avoid checking on each incoming packet. - Removes duplicate probing state tracking in paced sender. These duplicate states were conflicting at times. - Removes passing through packets for bug 5307 which seems long fixed. - Cleanup handling of time_last_send_ms and avoid side effects of changing probing state at TimeUntilNextProbe(). - Clear cluster data when probing is restarted to avoid having old data after a reset. BUG=5859 R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/2182603002 . Cr-Commit-Position: refs/heads/master@{#13612}
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.