Searched refs:up_bandwidth (Results 1 – 3 of 3) sorted by relevance
57 up_bandwidth='0', argument79 self.up_bandwidth = up_bandwidth85 if not self._BANDWIDTH_RE.match(self.up_bandwidth):86 raise BandwidthValueError(self.up_bandwidth)103 if (self.up_bandwidth == '0' and self.down_bandwidth == '0' and118 'bw', self.up_bandwidth,
295 down_bandwidth='0', up_bandwidth='0', delay_ms='0'): argument334 self.traffic_shaping_up_bps = proxyshaper.GetBitsPerSecond(up_bandwidth)
209 with self.TrafficShaper(up_bandwidth='%sKbit/s' % bandwidth_kbits):