Searched refs:connection_config (Results 1 – 2 of 2) sorted by relevance
143 connection_config = _PRESETS_DICT[options.preset]145 connection_config.receive_bw_kbps = options.receive_bw147 connection_config.send_bw_kbps = options.send_bw149 connection_config.delay_ms = options.delay151 connection_config.packet_loss_percent = options.packet_loss153 connection_config.queue_slots = options.queue154 emulator = network_emulator.NetworkEmulator(connection_config,176 connection_config.receive_bw_kbps,177 connection_config.receive_bw_kbps/8,178 connection_config.send_bw_kbps,[all …]
43 def __init__(self, connection_config, port_range): argument54 self._connection_config = connection_config