From 3a6ff41e8fbe159412117c542f889852681de137 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Tue, 3 Sep 2013 13:01:31 +0000 Subject: [PATCH] Document the source of test scenarios for Dummynet wrapper script. I just wanted to put this in here since I got the question from an external user. TEST=none BUG=none TBR=phoglund Review URL: https://webrtc-codereview.appspot.com/2162004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4662 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/network_emulator/emulate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/network_emulator/emulate.py b/tools/network_emulator/emulate.py index 1c2cf3aaad..82a6f48ecb 100755 --- a/tools/network_emulator/emulate.py +++ b/tools/network_emulator/emulate.py @@ -24,6 +24,8 @@ _DEFAULT_LOG_LEVEL = logging.INFO # Default port range to apply network constraints on. _DEFAULT_PORT_RANGE = (32768, 65535) +# The numbers below are gathered from Google stats from the presets of the Apple +# developer tool called Network Link Conditioner. _PRESETS = [ config.ConnectionConfig(1, 'Generic, Bad', 95, 95, 250, 2, 100), config.ConnectionConfig(2, 'Generic, Average', 375, 375, 145, 0.1, 100),