<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello All,<br> I have 2 questions.<br>First,<br>I have added hopCount tag to the packet. But my questions is why these tags have to be 64 bit log? I tried to use 16/32 bit long tags. I got compilation issues.<br>I see the following tags are also defined as 64 bit long. ref - <a href="https://github.com/named-data/ndn-cxx/blob/master/src/lp/tags.hpp">https://github.com/named-data/ndn-cxx/blob/master/src/lp/tags.hpp</a><br><br clear="all"><div><div>typedef SimpleTag<uint64_t, 10> IncomingFaceIdTag;</div><div>typedef SimpleTag<uint64_t, 11> NextHopFaceIdTag;</div></div><div><br>Second,</div><div>Also, is there a way I can calculate the interest packet overhead after adding a new tag?<br>If I do following before and after adding the tags, would I get correct result? <br>auto intSize = interest.wireEncode().size();</div><div><br></div><div>Ndn-dissect didn't work very well, I didn't get what I was looking for. Some fields were missing.  <br><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b><font size="2">Regards,</font></b><font size="2"><b><i><br></i><font size="4"><span style="color:rgb(0,102,0)"><span style="background-color:rgb(255,255,255)">M<span></span>r. Maldar Aman M.</span></span></font></b></font><font size="4"><b><span style="color:rgb(0,102,0)"><span style="background-color:rgb(255,255,255)"><span></span><span></span></span></span></b></font><br><b>University of Massachusetts, Lowell</b><br></div></div></div></div></div></div></div></div>