Searched refs:receive_bw_kbps (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/tools/network_emulator/ |
D | config.py | 16 def __init__(self, num, name, receive_bw_kbps, send_bw_kbps, delay_ms, argument 20 self.receive_bw_kbps = receive_bw_kbps 35 self.num, left_aligned_name, self.receive_bw_kbps, self.send_bw_kbps,
|
D | emulate.py | 78 default=_DEFAULT_PRESET.receive_bw_kbps, 144 if options.receive_bw is not _DEFAULT_PRESET.receive_bw_kbps: 145 connection_config.receive_bw_kbps = options.receive_bw 176 connection_config.receive_bw_kbps, 177 connection_config.receive_bw_kbps/8,
|
D | network_emulator.py | 64 self._connection_config.receive_bw_kbps,
|