Searched refs:queue_size_ms (Results 1 – 2 of 2) sorted by relevance
60 return StructParametersParser::Create("QueueSize", &queue_size_ms, // in Parser()125 return static_cast<bool>(congestion_window_config_.queue_size_ms); in UseCongestionWindow()129 return congestion_window_config_.queue_size_ms.value_or( in GetCongestionWindowAdditionalTimeMs()134 return congestion_window_config_.queue_size_ms && in UseCongestionWindowPushback()
25 absl::optional<int> queue_size_ms; member