Home
last modified time | relevance | path

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

/external/webrtc/tools_webrtc/network_emulator/
Demulate.py48 _DEFAULT_PRESET = _PRESETS_DICT[_DEFAULT_PRESET_ID] variable
78 default=_DEFAULT_PRESET.receive_bw_kbps,
81 default=_DEFAULT_PRESET.send_bw_kbps,
84 default=_DEFAULT_PRESET.delay_ms,
87 default=_DEFAULT_PRESET.packet_loss_percent,
90 default=_DEFAULT_PRESET.queue_slots,
144 if options.receive_bw is not _DEFAULT_PRESET.receive_bw_kbps:
146 if options.send_bw is not _DEFAULT_PRESET.send_bw_kbps:
148 if options.delay is not _DEFAULT_PRESET.delay_ms:
150 if options.packet_loss is not _DEFAULT_PRESET.packet_loss_percent:
[all …]