Searched refs:down_bandwidth (Results 1 – 3 of 3) sorted by relevance
58 down_bandwidth='0', argument80 self.down_bandwidth = down_bandwidth87 if not self._BANDWIDTH_RE.match(self.down_bandwidth):88 raise BandwidthValueError(self.down_bandwidth)103 if (self.up_bandwidth == '0' and self.down_bandwidth == '0' and144 'bw', self.down_bandwidth,
53 down_bandwidth='1KBit/s')221 with self.TrafficShaper(down_bandwidth='%sKbit/s' % bandwidth_kbits):
295 down_bandwidth='0', up_bandwidth='0', delay_ms='0'): argument333 self.traffic_shaping_down_bps = proxyshaper.GetBitsPerSecond(down_bandwidth)