Home
last modified time | relevance | path

Searched refs:burst_ (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_rate_limit.cc47 burst_(burst), in RateLimit()
81 if (avail_ + rate_ > burst_) { in regen()
82 avail_ = burst_; in regen()
Dshrpx_rate_limit.h61 size_t burst_; variable