aboutsummaryrefslogtreecommitdiff
path: root/call/fake_network_pipe.cc
AgeCommit message (Expand)Author
2019-08-12Make fake network degradation work also for sent audioErik Språng
2019-07-08Format almost everything.Jonas Olsson
2019-02-08Calculate next process time in simulated network.Sebastian Jansson
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2018-11-28[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.Yves Gerey
2018-10-31Allow FakeNetworkPipe to wake up its processing threadSebastian Jansson
2018-10-25Fix for clock read race in FakeNetworkPipe.Christoffer Rodbro
2018-10-25Fix for packet loss tracking in network emulation.Christoffer Rodbro
2018-10-05Switch webrtc from deprecated usages of NetworkSimulationInterfaceArtem Titov
2018-10-04Delete unused includes of assert.hNiels Möller
2018-08-29Remove deprecated ctors of DirectTransport and its subclasses and FakeNetwork...Artem Titov
2018-08-22Eliminate methods SetConfig() from DirectTransport and FakeNetworkPipeArtem Titov
2018-08-17Delete webrtc::PacketTime and backwards compatibility.Niels Möller
2018-08-16Add replacements for all FakeNetworkPipe ctors.Artem Titov
2018-08-16Add FakeNetworkPipe ctor from NetworkSimulationInterface.Artem Titov
2018-08-15Use NetworkSimulationInterface instead of SimulatedNetwork.Artem Titov
2018-08-08Move SimulatedNetwork class to separate file.Sebastian Jansson
2018-08-07Adds functionality to add delay spikes in SimulatedNetwork.Sebastian Jansson
2018-08-07Delete struct webrtc::PacketTime.Niels Möller
2018-07-26Enable clang::find_bad_constructs for call/ (part 1).Mirko Bonadei
2018-07-05Use absl::make_unique and absl::WrapUnique directlyKarl Wiberg
2018-06-15Replace rtc::Optional with absl::optional in audio, call and videoDanil Chapovalov
2018-05-15Ensures that arrival is past send time in SimulatedNetwork.Sebastian Jansson
2018-05-07Extracting the simulation part of FakeNetworkPipeSebastian Jansson
2018-04-25Using microseconds in FakeNetworkPipe.Sebastian Jansson
2018-04-25Moving demux from FakeNetworkPipe to DirectTransport.Sebastian Jansson
2018-04-18Adds queue time when using demuxer with FakeNetworkPipe.Sebastian Jansson
2018-04-06Added SetClockOffset on FakeNetworkPipe.Sebastian Jansson
2018-03-20Added data member access methods to FakeNetworkPipe.Christoffer Rodbro
2018-03-14Reland: Add ability to emulate degraded network in Call via field trialErik Språng
2018-03-14Revert "Add ability to emulate degraded network in Call via field trial"Ilya Nikolaevskiy
2018-03-14Add ability to emulate degraded network in Call via field trialErik Språng