Hi Alex<br><br>Let say I have this code, but I want to update dynamically change the lifetime for PIT during simulation runtime. How can I arithmetically change or insert the value of 2s in line number 2.<br><br>1.  ndn::AppHelper consumerHelper ("ns3::ndn::ConsumerCbr");<br>2.  consumerHelper.SetAttribute ("LifeTime", StringValue ("2s"));<br><br>rgd<br>-Xee<br>