aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework_unittest.cc
AgeCommit message (Expand)Author
2015-12-10Rewrote the PRNG using an xorshift* algorithm and moved the files from test/ ...terelius
2015-10-15Move PRNG from BWE test framework to webrtc/test.solenberg
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
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-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-16Add a BWE fairness test.Stefan Holmer
2015-04-16Adds a simplified Reno-type TCP sender.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-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-14Improved fairness simulation by starting the flows 20 seconds apart.stefan@webrtc.org
2014-09-04Change gflags and gmock includes to be full paths.kjellander@webrtc.org
2014-07-04Fix test issues and a win compile error introduced with r6605.stefan@webrtc.org
2014-05-21Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-21Revert 6202 "Switch to using base/constructormagic.h and remove ..."mcasas@webrtc.org
2014-05-20Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@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-24VoE changes to allow forwarding of packets from VoE to ViE BWE.solenberg@webrtc.org
2014-03-24Add AIMD option to BWE API.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-03Wire up feedback to VideoSender.stefan@webrtc.org
2014-01-24Add trace-based delivery filter to BWE test framework.stefan@webrtc.org
2013-11-28Refactor Remote Estimators Test into a more reusable form.solenberg@webrtc.org
2013-10-30Add delay limit to ChokeFilter.solenberg@webrtc.org
2013-10-30Logging for BWE test framework.solenberg@webrtc.org