[ndnSIM] Drop cached data in ndnsim

Zeinab Rezaiefar zeinab.rezaiefar at gmail.com
Wed Feb 12 00:48:18 PST 2020


Dear Spyridon,
Thank you so much for your answer and help. It is a good trick to not reply
Interest with the cached data. However, as I understand data will not be
deleted from the cache so
in the case that I need to consider limited cache size, I may face a
problem in evaluating the method. I prefer this data will be deleted from
the cache so there will enough space for another data. If it does not mind,
may I know your another solution as well.
Thank you so much for time and help
Best regards
Zeinab

On Tue, Feb 11, 2020 at 11:54 PM Spyridon Mastorakis <
smastorakis at unomaha.edu> wrote:

> One thing you can do without actually dropping any cached packets (and it
> is a straightforward “hack”) is to set the freshness period of data packets
> to 0 (or something very close to that) and set the MustBeFresh flag of
> Interests to true (so that you simply ignore stale cached data packets):
>
>
> https://named-data.net/wp-content/uploads/2018/08/hoticn18realtime-retrieval.pdf
>
> If you really need to drop the packets, then I can give you another
> solution.
>
> Spyridon (Spyros) Mastorakis
> Assistant Professor
> Computer Science Department
> University of Nebraska, Omaha
> Peter Kiewit Institute Room 175A
> https://sites.google.com/site/spyridonmastorakis
>
>
>
> On Feb 11, 2020, at 1:49 AM, Zeinab Rezaiefar via ndnSIM <
> ndnsim at lists.cs.ucla.edu> wrote:
>
> Hello there,
> In continue of my previous email regarding dropping cached data, I have
> noticed that I need to erase data (using before evict signal)from cache and
> also clean up the index from policy. Since I want to command the cache to
> erase data from the forward.cpp file, I would like to know I can use Cs::
> erase function to erase data from cache ?
> May I know that I need still to cleanup index from policy as well.
> I will be grateful to know our suggestions and guidance
> Thanks
> Best regards
> Zeinab
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20200212/0cc5e79f/attachment.html>


More information about the ndnSIM mailing list