[ndnSIM] Methods in forwarder.cpp

Spyridon (Spyros) Mastorakis spiros.mastorakis at gmail.com
Tue Feb 10 08:50:12 PST 2015


Hello Marco,

onIncomingInterest refers to the NFD pipeline for an incoming Interest and onDataUnsolicited is the pipeline for unsolicited data. In general the majority of methods in this file refers to the pipelines of NFD. You can take a look here:

http://named-data.net/doc/NFD/current/doxygen/d7/d42/classnfd_1_1Forwarder.html

However, there could be some minor changes in the documentation of the current NFD version and the version of NFD in ndnSIM, which do not affect your general understanding of what is done by each of these method.

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




> On Feb 10, 2015, at 12:59 AM, marco.ulgelmo at aol.com wrote:
> 
> Hi all,
> 
> Looking at the code in forwarder.cpp i noticed that there are some methods (like onIncomingInterest, onDataUnsolicited etc.) which are not listed and described in the API documentation. Since i need to use / modify those methods, is there a reason why they are omitted?
> 
> Thanks,
> Marco U.
> _______________________________________________
> ndnSIM mailing list
> ndnSIM at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim





More information about the ndnSIM mailing list