<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Dear Alex and all,</span><div style="font-family:arial,sans-serif;font-size:13px">I have been working with the ndnSIM simulator for a few months.</div>
<div style="font-family:arial,sans-serif;font-size:13px">
My topic is about wireless scenarios. I'm developing a NDN ad hoc network that uses the LIsten First Broadcast Later Protocol or a simple Controlled Flooding scheme, while consumers employ an extended version of the Consumer Window Application.</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Working in this field, I recently noticed a suspect behavior when I tried to set the Interest Lifetime to a value minor than 1s.</div>

<div style="font-family:arial,sans-serif;font-size:13px">Consider, for instance, that I want an Interest Lifetime equal to 0.1s.</div><div style="font-family:arial,sans-serif;font-size:13px">So the lifetime of the correspondent PIT entry in every forwarding node should be set to 0.1s.</div>

<div style="font-family:arial,sans-serif;font-size:13px">However, first, I noticed that the lifetime of every PIT entry was set to the default value.</div><div style="font-family:arial,sans-serif;font-size:13px">Then, by looking at the code, I noticed that the Serialize function in ndnsim.cc assumes: </div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">start.WriteU16 (static_cast<uint16_t> (m_interest->GetInterestLifetime ().ToInteger (Time::S)));<br>

</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">As a consequence, the value 0.1s is approximated to zero (A thing that I really do not want). And, as a further consequence, the PIT entry lifetime is set to the default value, (because it cannot be zero).<br>
</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I'm looking for the best solution to support Interest Lifetimes with duration <1s, without complicating the system.</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Thanks in advance.</div><div style="font-family:arial,sans-serif;font-size:13px">Marica.</div>
<div><br></div><div><br></div><div><br></div>-- <br>Eng. Marica Amadeo<br>University "Mediterranea" of Reggio Calabria<br>DIIES Department, ARTS Lab<br>Via Graziella Feo di Vito I - 89100 Reggio Calabria (RC), Italy<br>

------------------------------<br><br>Email: <a href="mailto:marica.amadeo@gmail.com" target="_blank">marica.amadeo@gmail.com</a>, <a href="mailto:marica.amadeo@unirc.it" target="_blank">marica.amadeo@unirc.it</a>
</div>