<p dir="ltr">Hello Spyros. </p>
<p dir="ltr">Thank you very much for the answer. It helped me a lot. </p>
<p dir="ltr">I have two more questions. </p>
<p dir="ltr">1. Is it possible to modify the pit expiration time but only to one node in the Simulation? If it does, how could this be done? </p>
<p dir="ltr">2. I have tried to implement probabilistic:lru caching but the result is the same as in lru. I have seen that probability attributes (0-No cache / 1-Cache) have to be set up in the nodes where this caching strategy has to be implemented. I have done this but the results were not what I expected. I appreciate any hint to solve this. </p>
<p dir="ltr">Regards. </p>
<div class="gmail_quote">Am 23.08.2015 06:24 schrieb "Spyridon (Spyros) Mastorakis" <<a href="mailto:spiros.mastorakis@gmail.com">spiros.mastorakis@gmail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> I have been trying to run the code after having modified the time but I got an error (./src/ndnSIM/NFD/daemon/table/pit-face-record.cpp:45:33: error: conversion from ‘double’ to non-scalar type ‘boost::chrono::milliseconds {aka boost::chrono::duration<long long int, boost::ratio<1ll, 1000ll> >}’ requested) I just made equal the lifetime value to 250. Probably I am doing it wrong and that's why the mistake. Could that just be changed by an integer value in order to be modified the PIT duration?<br>
<br>
The lifetime has to be of type time::milliseconds. So, something like time::milliseconds lifetime = time::milliseconds(250) should work.<br>
<br>
> Another question that I wanted to make is about the total length of the ndn packet on the wire. The publisher sets the payload size but how much this could be increased? If it is go large, then fragmentation of the data message takes place before to be put on the wire?<br>
<br>
There is no fragmentation on the ndnSIM side (and I believe there is no fragmentation taking place on the NS3 side as well).<br>
<br>
--<br>
Spyridon (Spyros) Mastorakis<br>
Personal Website: <a href="http://cs.ucla.edu/~mastorakis/" rel="noreferrer" target="_blank">http://cs.ucla.edu/~mastorakis/</a><br>
Internet Research Laboratory<br>
PhD Computer Science<br>
UCLA</blockquote></div>