OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConnectionConfig
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/tools/network_emulator/
emulate.py
30
config.
ConnectionConfig
(1, 'Generic, Bad', 95, 95, 250, 2, 100),
31
config.
ConnectionConfig
(2, 'Generic, Average', 375, 375, 145, 0.1, 100),
32
config.
ConnectionConfig
(3, 'Generic, Good', 1000, 1000, 35, 0, 100),
33
config.
ConnectionConfig
(4, '3G, Average Case', 780, 330, 100, 0, 100),
34
config.
ConnectionConfig
(5, '3G, Good', 850, 420, 90, 0, 100),
35
config.
ConnectionConfig
(6, '3G, Lossy Network', 780, 330, 100, 1, 100),
36
config.
ConnectionConfig
(7, 'Cable Modem', 6000, 1000, 2, 0, 10),
37
config.
ConnectionConfig
(8, 'DSL', 2000, 256, 5, 0, 10),
38
config.
ConnectionConfig
(9, 'Edge, Average Case', 240, 200, 400, 0, 100),
39
config.
ConnectionConfig
(10, 'Edge, Good', 250, 200, 350, 0, 100)
[
all
...]
config.py
13
class
ConnectionConfig
(object):
Completed in 215 milliseconds