commit | f714e7faeaa0458394898a2b2b3de8693b767ddc | [log] [tgz] |
---|---|---|
author | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Mar 06 18:31:08 2014 |
committer | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Mar 06 18:31:08 2014 |
tree | ae6efac7866a43c7ca943aa19d59d6894479acc8 | |
parent | 45846977f962cb06a8dc33b6b39bcb28c321f21d [diff] |
Remove abs() use in PseudoTcp::process. Squelches a clang 3.5 compile error for using abs() with a long instead of labs(). Updated affected code to use uint32:s to match the sign of m_rx_srtt. BUG= R=fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/9409004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5651 4adac7df-926f-26a2-2b94-8c16560cd09d