HomeSort by relevance Sort by last modified time
    Searched refs:LeakyBucket (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/quic/congestion_control/
leaky_bucket.cc 11 LeakyBucket::LeakyBucket(QuicBandwidth draining_rate)
17 void LeakyBucket::SetDrainingRate(QuicTime now, QuicBandwidth draining_rate) {
22 void LeakyBucket::Add(QuicTime now, QuicByteCount bytes) {
27 QuicTime::Delta LeakyBucket::TimeRemaining(QuicTime now) {
34 QuicByteCount LeakyBucket::BytesPending(QuicTime now) {
39 void LeakyBucket::Update(QuicTime now) {
leaky_bucket.h 22 class NET_EXPORT_PRIVATE LeakyBucket {
24 explicit LeakyBucket(QuicBandwidth draining_rate);
45 DISALLOW_COPY_AND_ASSIGN(LeakyBucket);
paced_sender.h 35 LeakyBucket leaky_bucket_;
fix_rate_sender.h 63 LeakyBucket fix_rate_leaky_bucket_;
leaky_bucket_test.cc 17 leaky_bucket_.reset(new LeakyBucket(QuicBandwidth::Zero()));
20 scoped_ptr<LeakyBucket> leaky_bucket_;
  /external/chromium_org/jingle/glue/
pseudotcp_adapter_unittest.cc 42 class LeakyBucket : public RateLimiter {
45 LeakyBucket(double volume, double rate)
52 virtual ~LeakyBucket() { }
350 LeakyBucket host_limiter(kBurstPackets, kPacketsPerSecond);
354 LeakyBucket client_limiter(kBurstPackets, kPacketsPerSecond);

Completed in 800 milliseconds