Searched refs:ParseConfigParam (Results 1 – 1 of 1) sorted by relevance
27 bool ParseConfigParam(std::string exp_name, int* field) { in ParseConfigParam() function47 ParseConfigParam(exp_prefix + "DelayMs", &config.queue_delay_ms); in ParseDegradationConfig()48 configured |= ParseConfigParam(exp_prefix + "DelayStdDevMs", in ParseDegradationConfig()51 if (ParseConfigParam(exp_prefix + "QueueLength", &queue_length)) { in ParseDegradationConfig()57 ParseConfigParam(exp_prefix + "CapacityKbps", &config.link_capacity_kbps); in ParseDegradationConfig()59 ParseConfigParam(exp_prefix + "LossPercent", &config.loss_percent); in ParseDegradationConfig()61 if (ParseConfigParam(exp_prefix + "AllowReordering", &allow_reordering)) { in ParseDegradationConfig()65 configured |= ParseConfigParam(exp_prefix + "AvgBurstLossLength", in ParseDegradationConfig()