aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc
AgeCommit message (Expand)Author
2015-12-15Simple CL to fix lint errors in webrtc/modules/remote_bitrate_estimator. Adde...terelius
2015-12-10Rewrote the PRNG using an xorshift* algorithm and moved the files from test/ ...terelius
2015-11-06Change to use local Random object instead of global rand() in the RtcEventLog...terelius
2015-10-15Move PRNG from BWE test framework to webrtc/test.solenberg
2015-09-16Consolidate constructormagic macros with Chromium version and remove Chromium...henrikg
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-09-10Revert of Consolidate constructormagic macros with Chromium version and remov...tommi
2015-09-10Consolidate constructormagic macros with Chromium version and remove Chromium...henrikg
2015-09-04Update SendTimeHistory to store complete PacketInfo, not just send timesprang
2015-07-25BWE Simulation Framework: Standard plot loggingCesar Magalhaes
2015-07-15Replaced uint32_t with standard uint16_t for sequence_number variables.Cesar Magalhaes
2015-07-15Modified Simulation Framework Jitter Model.Cesar Magalhaes
2015-07-15Supports logging for dynamic and histogram plots on Simulation Framework.Cesar Magalhaes
2015-07-14Fix simulator issue where chokes didn't apply to non-congested packets.stefan
2015-07-13Revert of Fix simulator issue where chokes didn't apply to non-congested pack...stefan
2015-07-13Fix simulator issue where chokes didn't apply to non-congested packets.Stefan Holmer
2015-07-07Make the BWE threshold adaptive.stefan
2015-06-01Fix issue with RTT computations in simulator.Stefan Holmer
2015-05-06NADA's proposal from Cisco.Cesar Magalhaes
2015-04-28Improve TCP implementation by adding ssthresh and make it possible to start i...Stefan Holmer
2015-04-17Add TCP fairness test.Stefan Holmer
2015-04-16Fix build errors in r9022 / 09bdc1e5f5a9.Stefan Holmer
2015-04-16Adds a simplified Reno-type TCP sender.Stefan Holmer
2015-04-10Improve BWE plotting and logging to make it possible to use multiple windows/...Stefan Holmer
2015-02-16Break out code from bloated files in the BWE simulator.stefan@webrtc.org
2015-02-13Add support for bi-directional simulations by having both an uplink and a dow...stefan@webrtc.org
2015-02-10Introduce PacketReceiver and remove configuration of simulations via the BweT...stefan@webrtc.org
2015-02-09Revert r8297 "Introduce PacketReceiver and remove configuration of simulation...stefan@webrtc.org
2015-02-09Introduce PacketReceiver and remove configuration of simulations via the BweT...stefan@webrtc.org
2015-02-06Fix delete of stack allocated object causing test crashes.stefan@webrtc.org
2015-02-06Wire up new feedback format by introducing a FeedbackPacket type.stefan@webrtc.org
2015-02-02Switched lists of packets to lists of packet pointers. Allows Packet polymorp...stefan@webrtc.org
2015-01-30Refactor senders into senders and sources in the simulation framework.stefan@webrtc.org
2015-01-23Switch to use range based loops in the BWE simulation framework.stefan@webrtc.org
2015-01-22Integrate send-side BWE into simulation framework.stefan@webrtc.org
2015-01-14Improved fairness simulation by starting the flows 20 seconds apart.stefan@webrtc.org
2014-12-15Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.pkasting@chromium.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-10-23Adds support for sending first set of packets at increasingly higher bitrates...stefan@webrtc.org
2014-07-04Introduces PacedVideoSender to test framework and moves the Pacer to use Clock.stefan@webrtc.org
2014-04-29Adding BweFeedbackTest which tracks BWE performance over a set of simulated s...stefan@webrtc.org
2014-04-25Support for simulating multiple independent flows in a network.stefan@webrtc.org
2014-04-01Added simulations of capacity variations and wifi recordings.stefan@webrtc.org
2014-03-13Add max delay to trace based filters and enhances drop tail queues with delay...stefan@webrtc.org
2014-03-07Remove std:: prefixes from C functions in webrtc/.pbos@webrtc.org
2014-03-06Fixes a bug in the simulation framework where the time offset is accumulating...stefan@webrtc.org
2014-02-06Plot the capacity of a trace-based delivery filter.stefan@webrtc.org
2014-02-05Add delay and send/receive throughput plots to BWE simulation.stefan@webrtc.org
2014-02-03Wire up feedback to VideoSender.stefan@webrtc.org
2014-01-24Add trace-based delivery filter to BWE test framework.stefan@webrtc.org