Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: media/cast/test/utility/udp_proxy.h

Issue 703893004: Implement IPP model support in udp_proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/cast/test/utility/udp_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/utility/udp_proxy.h
diff --git a/media/cast/test/utility/udp_proxy.h b/media/cast/test/utility/udp_proxy.h
index 967288f78aacdcdbb7b4870f0641dec2e60bac3c..bf953417f2b6be588fe2e6493265373716905e1d 100644
--- a/media/cast/test/utility/udp_proxy.h
+++ b/media/cast/test/utility/udp_proxy.h
@@ -180,6 +180,11 @@ scoped_ptr<PacketPipe> BadNetwork();
// 300ms drouputs every ~2 seconds.
scoped_ptr<PacketPipe> EvilNetwork();
+// Builds an Interrupted Poisson Process network simulator with default
+// settings. It simulates a challenging interference-heavy WiFi environment
+// of roughly 2mbits/s.
+scoped_ptr<InterruptedPoissonProcess> DefaultInterruptedPoissonProcess();
+
} // namespace test
} // namespace cast
} // namespace media
« no previous file with comments | « no previous file | media/cast/test/utility/udp_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698