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

Unified Diff: media/tools/constrained_network_server/cn.py

Issue 9127009: Constrained Network test does not fail fast under fatal conditions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Nits. Created 8 years, 11 months 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
Index: media/tools/constrained_network_server/cn.py
diff --git a/media/tools/constrained_network_server/cn.py b/media/tools/constrained_network_server/cn.py
index b79d8fb5cfe33c8aa5ede3f6e9540287d9d29ed7..9454f7e76fe11ef99592f51e93517472ead75674 100755
--- a/media/tools/constrained_network_server/cn.py
+++ b/media/tools/constrained_network_server/cn.py
@@ -66,7 +66,7 @@ def _ParseArgs():
parser.add_option('--server-port', type='int',
help='Port to forward traffic on --port to.')
parser.add_option('--bandwidth', type='int',
- help='Bandwidth of the network in kbps.')
+ help='Bandwidth of the network in kbit/s.')
parser.add_option('--latency', type='int',
help=('Latency (delay) added to each outgoing packet in '
'ms.'))

Powered by Google App Engine
This is Rietveld 408576698