Home | History | Annotate | Download | only in network_emulator

Lines Matching refs:ConnectionConfig

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),
40 config.ConnectionConfig(11, 'Edge, Lossy Network', 240, 200, 400, 1, 100),
41 config.ConnectionConfig(12, 'Wifi, Average Case', 40000, 33000, 1, 0, 100),
42 config.ConnectionConfig(13, 'Wifi, Good', 45000, 40000, 1, 0, 100),
43 config.ConnectionConfig(14, 'Wifi, Lossy', 40000, 33000, 1, 0, 100),
75 help=('ConnectionConfig configuration, specified by ID. '