webrtc/modules/congestion_controller/rtp
Sebastian Jansson 63b48df334 Removed static const network units.
Static const objects can cause what's called a "static initialization
order fiasco". This CL removes the statically initialized network units
in favor of constexpr defined versions available via static functions.

Bug: webrtc:8415
Change-Id: Ib1b316ae007481c52a53b2d1bb0352a630a220e2
Reviewed-on: https://webrtc-review.googlesource.com/65164
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22670}
2018-03-29 09:45:27 +00:00
..
include Interface for packet feedback availability in SSCC 2018-03-22 13:38:49 +00:00
BUILD.gn Separate build target for rtc_base/numerics/safe_minmax.h 2018-03-07 14:12:00 +00:00
congestion_controller_unittests_helper.cc Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
congestion_controller_unittests_helper.h Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
pacer_controller.cc Added congestion control functionality to pacer. 2018-03-09 17:40:24 +00:00
pacer_controller.h Added congestion control functionality to pacer. 2018-03-09 17:40:24 +00:00
send_side_congestion_controller_unittest.cc Disabling periodic tasks on SSCC in unit tests. 2018-03-21 13:50:38 +00:00
send_side_congestion_controller.cc Removed static const network units. 2018-03-29 09:45:27 +00:00
send_time_history_unittest.cc Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
send_time_history.cc Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
send_time_history.h Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
transport_feedback_adapter_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00
transport_feedback_adapter.cc Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
transport_feedback_adapter.h Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00