diff --git a/examples/ndn-congestion-alt-topo-plugin.cpp b/examples/ndn-congestion-alt-topo-plugin.cpp index 877994446..6b02538a0 100644 --- a/examples/ndn-congestion-alt-topo-plugin.cpp +++ b/examples/ndn-congestion-alt-topo-plugin.cpp @@ -95,7 +95,7 @@ main(int argc, char* argv[]) ///////////////////////////////////////////////////////////////////////////////// ndn::AppHelper consumerHelper("ns3::ndn::ConsumerCbr"); - consumerHelper.SetAttribute("Frequency", StringValue("10")); // 100 interests a second + consumerHelper.SetAttribute("Frequency", StringValue("10")); // 10 interests a second consumerHelper.SetPrefix(prefix); ApplicationContainer consumer = consumerHelper.Install(consumers[i]);