From e6a972cf36d294d826fe837175b4852ad0d4ceda Mon Sep 17 00:00:00 2001 From: Sanjay Date: Sun, 10 Nov 2019 11:47:43 +0530 Subject: [PATCH] comment correction --- examples/ndn-congestion-alt-topo-plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);