[ndnSIM] About how to delete data cached in router

Spyridon (Spyros) Mastorakis mastorakis at cs.ucla.edu
Tue Apr 25 19:16:40 PDT 2017


Hi,

I would suggest that you iterate over the CS entries and print out the name of each data packet stored rather than relying on the GUI.

Thanks,

Spyridon (Spyros) Mastorakis
Personal Website: http://cs.ucla.edu/~mastorakis/ <http://cs.ucla.edu/~mastorakis/>
Internet Research Laboratory
Computer Science Department
UCLA

> On Apr 25, 2017, at 6:25 AM, 何晓春 <hexiaochun at bupt.edu.cn> wrote:
> 
> Dear Sir/Madam,
> 
> 
> 
> I'm a senior student in China. I want to delete data cached in router. I have tried :
> 
> 
> 
>      m_queue.relocate(m_queue.begin(), it);
>      m_queue.pop_front();
> 
> or
> 
>      m_queue.get<1>().erase(i);
> 
> 
> 
> but I can still see the name of data in the Visual interface of the ndnsim (Show NDN CS)
> 
> How can I delete the data ?
> 
> Looking for your help, thank you!
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20170425/59ac78cc/attachment.html>


More information about the ndnSIM mailing list