HomeSort by relevance Sort by last modified time
    Searched refs:receive_bw_kbps (Results 1 - 3 of 3) sorted by null

  /external/webrtc/tools/network_emulator/
config.py 16 def __init__(self, num, name, receive_bw_kbps, send_bw_kbps, delay_ms,
20 self.receive_bw_kbps = receive_bw_kbps
35 self.num, left_aligned_name, self.receive_bw_kbps, self.send_bw_kbps,
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,
network_emulator.py 64 self._connection_config.receive_bw_kbps,

Completed in 713 milliseconds