HomeSort by relevance Sort by last modified time
    Searched refs:send_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,
21 self.send_bw_kbps = send_bw_kbps
35 self.num, left_aligned_name, self.receive_bw_kbps, self.send_bw_kbps,
emulate.py 81 default=_DEFAULT_PRESET.send_bw_kbps,
146 if options.send_bw is not _DEFAULT_PRESET.send_bw_kbps:
147 connection_config.send_bw_kbps = options.send_bw
178 connection_config.send_bw_kbps,
179 connection_config.send_bw_kbps/8,
network_emulator.py 70 self._connection_config.send_bw_kbps,

Completed in 114 milliseconds