Home
last modified time | relevance | path

Searched refs:receive_bw_kbps (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/tools/network_emulator/
Dconfig.py16 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,
Demulate.py78 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,
Dnetwork_emulator.py64 self._connection_config.receive_bw_kbps,