<div dir="auto">Hi Mudasir<br><div class="gmail_quote" dir="auto"><div dir="ltr"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I have tried adding another "Name" type of field in Interest packet.</div></div></blockquote></div><div dir="auto">What's the semantics of this new field?</div><div dir="auto">It's <i>usually</i> a wrong design if you need a secondary name.</div><div dir="auto"><br></div><div dir="auto">* To guide forwarding: use ForwardingHint field.</div><div dir="auto">* To give additional parameters to the producer: append those parameters to the name. In case producer must return a Data generated by some other node, encapsulate that Data into a new Data that matches the Interest.</div><div dir="auto">* To indicate who expressed the Interest: you shouldn't indicate who expressed the Interest, unless it changes the Data. In that case, see the second point.</div><div dir="auto"><br></div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div><b>in wireDecode method:</b></div><div><span style="font-family:monospace,monospace">m_Name2.wireDecode(m_wire.get(tlv::Name2));</span></div><div><br></div><div><b>Error:</b></div><div>When
 I'm running scenario, its builds successfully. But after linking files 
and before launching the simulator it gives following error:</div><div><br></div><div><span style="font-family:monospace,monospace">terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<ndn::Block::Error> >'<br>  what():  (Block::get) Requested a non-existed type [10] from Block</span></div></div></blockquote></div><div dir="auto"><br></div><div dir="auto">This error message indicates Nonce element (TLV-TYPE 0x0A ie decimal 10) is missing.</div><div dir="auto"><br></div><div dir="auto">Yours, Junxiao</div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div>