Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load.h148 bool rps_enabled() const;
Dh2load.cc156 bool Config::rps_enabled() const { return this->rps > 0.0; } in rps_enabled() function in h2load::Config
1070 } else if (!config.rps_enabled()) { in on_stream_close()
1187 if (config.rps_enabled()) { in connection_made()
1193 if (config.rps_enabled()) { in connection_made()
2798 if (config.timing_script && config.rps_enabled()) { in main()