[Nfd-dev] Interest scoping and broadcast channels

Junxiao Shi shijunxiao at email.arizona.edu
Sun May 18 12:20:56 PDT 2014


Hi Jeff

A locally-scoped Interest (with prefix ndn:/localhost) can never be
satisfied by a Data from a non-local face, because such Data would begin
with ndn:/localhost which could not be transmitted on a non-local face (and
will be dropped if received).

Multicast face has duplicate suppression capability. If both this host and
other hosts are answering with exactly same Data Name, and this host
doesn't care about the content from other host, this scenario can be well
handled by duplicate suppression. See Task 1282 for discussion on this
feature http://redmine.named-data.net/issues/1282

If this host needs to know the content from other host, use NFD's packet
capture feature. The packet capture feature allows a program to listen for
a subset of packets processed by NFD, with filters on face, direction, and
name prefix.
There is no Task for this feature yet. You may also use the workaround
designed by NLSR: express the Interest as soon as you receive it. Strategy
won't transmit it into the multicast face.

Yours, Junxiao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20140518/1d628d1a/attachment.html>


More information about the Nfd-dev mailing list