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
This commit is contained in:
parent
cac7325b84
commit
3a6ff41e8f
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user