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

  /external/chromium_org/net/quic/congestion_control/
leaky_bucket.h 22 class NET_EXPORT_PRIVATE LeakyBucket {
24 explicit LeakyBucket(QuicBandwidth draining_rate);
45 DISALLOW_COPY_AND_ASSIGN(LeakyBucket);
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) {
  /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 4100 milliseconds