Searched refs:CongestionWindowConfig (Results 1 – 2 of 2) sorted by relevance
57 constexpr char CongestionWindowConfig::kKey[];59 std::unique_ptr<StructParametersParser> CongestionWindowConfig::Parser() { in Parser()67 CongestionWindowConfig CongestionWindowConfig::Parse(absl::string_view config) { in Parse()68 CongestionWindowConfig res; in Parse()97 : congestion_window_config_(CongestionWindowConfig::Parse( in RateControlSettings()98 key_value_config->Lookup(CongestionWindowConfig::kKey))) { in RateControlSettings()
23 struct CongestionWindowConfig { struct30 static CongestionWindowConfig Parse(absl::string_view config); argument101 const CongestionWindowConfig congestion_window_config_;