<div dir="ltr">Dear Researchers<br clear="all"><div>Greeting!</div><div>I want to count the number  of intermediate nodes the interest packet  passes before reaching the producer.</div><div>So, I declared the function <b>IncrementTSI </b>in <b>Interest.hpp</b> as follows</div>                                  <i>  void IncrementTSI() const;</i><div>I defined  this function in the <b>Interest.cpp</b> class to increment the private variable <b>TSI</b> of <b>Interest</b> class (<b>TSI </b>is initialized as 0 from the consumer application) .The definition of <b>IncrementTSI  </b>in<b> Interest.cpp</b>is as follows;</div><div>                             <i>void Interest:: IncrementTSI() const</i></div><div><i>                               {</i></div><div><i>                                   TSI = TSI +1;</i></div><div><i>                                } </i></div><div>In the <b>Forwarder::onIncomingInterest</b> function I simply called this <b>IncrementTSI () </b>to increment the value of <b>TSI </b> to record the number of nodes travelled by the <b>Interest </b> packet before reaching the producer:-</div><div>       </div><div>  <i>interest.IncrementTSI();</i></div><div><br></div><div>It throws the following error:-</div><div><font color="#ff0000">error: assignment of member 'ndn::Interest::TSI' in read-only object</font></div><div><font color="#ff0000">399| TSI = TSI+1;</font></div><div><br></div><div>Please help me to remove this error</div><div><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div style="color:rgb(34,34,34)">Thanks & Regards<br></div><div><font color="#444444" face="georgia, serif" size="4">Subodh Mishra</font></div><div style="color:rgb(34,34,34)"><br></div><div style="color:rgb(34,34,34)"><div dir="ltr" style="color:rgb(136,136,136);font-size:12.8px"><font color="#000000" face="times new roman, serif"><span style="font-size:small">Research Scholar (Ph.D),</span><br></font></div><div style="color:rgb(136,136,136);font-size:12.8px"><font size="2" color="#000000" face="times new roman, serif">Department of Computer Science and Engineering,</font></div><div dir="ltr" style="color:rgb(136,136,136);font-size:12.8px"><font size="2" color="#000000" face="times new roman, serif">PDPM-Indian Institute of Information Technology, </font></div><div dir="ltr" style="color:rgb(136,136,136);font-size:12.8px"><font size="2" color="#000000" face="times new roman, serif">Design and Manufacturing, Jabalpur</font></div><div dir="ltr" style="color:rgb(136,136,136);font-size:12.8px"><br></div></div><div style="color:rgb(34,34,34);font-size:12.8px"><font color="#000000">Email: 1911602 [at] iiitdmj [dot] ac [dot] in ,</font></div><div style="color:rgb(34,34,34);font-size:12.8px"><font color="#000000">           subodhkmishra [at] gmail [dot] com</font></div></div></div></div></div>