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