[ndnSIM] Link failure

Spyridon (Spyros) Mastorakis mastorakis at cs.ucla.edu
Wed Sep 13 20:18:44 PDT 2017


Hi,

The way the link control helper works is by setting the error rate of a channel to 1.0, so that no packets are able to make it to the other end of the link. However, NFD is not aware of this change, since the best route strategy determines which should be the next hop based on its cost. I would suggest that you use another forwarding strategy, for example the ASF strategy (section 5.2.6 in the NFD developer’s guide):

https://named-data.net/wp-content/uploads/2016/10/ndn-0021-7-nfd-developer-guide.pdf

Thanks,

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

> On Sep 13, 2017, at 12:49 AM, hakima khelifi <khelifihakima22 at yahoo.fr> wrote:
> 
> Dear all,
> 
> I am testing routing and forwarding during the simulation, I used LinkFailur with Best-route strategy, it doesn’t work, where I tried with Broadcast and CalculateAllPossibleRoutes. However, the same link, it has been changed in the path, but still consider link up.
> I would like to know in NDN can choose another link when the original link for routing data is down during the simulation.

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


More information about the ndnSIM mailing list