Hi Alex,<div><br></div><div>I want to control the Consumer behavior when an Interest times out: when an Interest times out, the consumer must ignore it, and send another Interest.</div><div>I did not find an example which does the similar thing. But I notice that <span style="background-color:rgb(250,250,250);font-family:'Lucida Grande',Verdana,Geneva,Arial,sans-serif;font-size:18px;font-weight:bold;line-height:23px">ns3::ndn::Consumer Class </span>can handle the time out, do I need to write my class to inherit it?</div>
<div><br></div><div>And I don't understand the method <a class="el" href="http://ndnsim.net/doxygen/classns3_1_1ndn_1_1_consumer.html#acdd845fd285cd7d63ea87c2e2dfa3234" style="color:rgb(104,104,104);font-weight:bold;font-family:'Lucida Grande',Verdana,Geneva,Arial,sans-serif;font-size:12px;line-height:15px">OnTimeout</a><span style="font-family:'Lucida Grande',Verdana,Geneva,Arial,sans-serif;font-size:12px;line-height:15px;background-color:rgb(250,250,250)"> (uint32_t sequenceNumber)</span>, what does the parameter sequenceNumber mean? </div>
<div>For example, if I send Interest for content /<a href="http://ucla.edu/alex/cv">ucla.edu/alex/cv</a>, and it times out, what kind of sequenceNumber is?</div><div><br></div><div>Thanks,</div><div>Chengyu</div>