[Nfd-dev] Fetching data that NFD has overheard

Junxiao Shi shijunxiao at email.arizona.edu
Thu Aug 30 20:54:34 PDT 2018


Hi Spyros


> The straightforward way would be to add the app's face to the incoming
> faces of the Interest’s PIT entry, so that NFD forwards the data to the
> application when it overhears the data transmission. Is there a way to do
> that (or a way to achieve similar functionality) from the application code
> without modifying the source code of NFD?


Whenever your app needs to receive a piece of Data, you express an Interest.
If you don’t want the Interest to be transmitted, set NextHopFaceId=255 so
it’s forwarded to the NullFace and effectively dropped.

Yours, Junxiao

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20180830/4d60ac28/attachment.html>


More information about the Nfd-dev mailing list