Searched refs:TrafficShaper (Results 1 – 3 of 3) sorted by relevance
52 trafficshaper.TrafficShaper,154 def TrafficShaper(self, **kwargs): member in TcpTrafficShaperTest155 return trafficshaper.TrafficShaper(194 with self.TrafficShaper(delay_ms=delay_ms):209 with self.TrafficShaper(up_bandwidth='%sKbit/s' % bandwidth_kbits):221 with self.TrafficShaper(down_bandwidth='%sKbit/s' % bandwidth_kbits):236 def TrafficShaper(self, **kwargs): member in UdpTrafficShaperTest237 return trafficshaper.TrafficShaper(256 with self.TrafficShaper(delay_ms=delay_ms):
39 class TrafficShaper(object): class
166 trafficshaper.TrafficShaper, host=host,