[Ndn-interest] FIB was disappear when sending recv a mount of packets

Junxiao Shi shijunxiao at email.arizona.edu
Wed Sep 16 08:17:24 PDT 2015


Hi Qihan

I suspect this is related to Bug 2742 and Bug 2526, which has been fixed recently.
If you can still reproduce this issue with latest ndn-cxx and NFD from git-HEAD, post a minimal application code that reproduces the issue (you may use gist), so that developers can have a look.

Yours, Junxiao


From: ndn ndn
Sent: Wednesday, September 16, 2015 02:03
To: ndn-interest
Subject: [Ndn-interest] FIB was disappear when sending recv a mount of packets


Hello everyone,
I'm using NDN-CXX to write a problem. Due to the limit of NDN network, I have to divided my data into many small packets. 
In those packets, I use getMetaInfo().getFinalBlockId().toNumberWithMarker(0x00) to set the count of packets. And when sending 940 packets, It seems NFD was crashed.I can't receive any   packets from server and the FIB which routed to my servers is disappear. And also, my program isn't send any timeout information, it go into dead loop in face.processEvents().

I still can't find any problem? 
BTY, I request next packets in on data function, and I use shared_from_this() function as callback function.May it cause this problem, any one could help me to solve this problem?

thanks a lot
qihan song


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20150916/fa826174/attachment.html>


More information about the Ndn-interest mailing list