Searched defs:NetworkControlUpdate (Results 1 – 2 of 2) sorted by relevance
232 struct NetworkControlUpdate { struct236 absl::optional<DataSize> congestion_window;237 absl::optional<PacerConfig> pacer_config;238 std::vector<ProbeClusterConfig> probe_cluster_configs;239 absl::optional<TargetTransferRate> target_rate;
23 std::function<void(const NetworkControlUpdate&, Timestamp)> update_handler) in LogBasedNetworkControllerSimulation()