Project

General

Profile

Actions

Feature #2566

closed

Implement Face.setInterestFilter

Added by Alex Afanasyev about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:

100%

Estimated time:

Description

There should be at least two forms of this method:

// atomic set interest filter (only internal face dispatch)
Id
ndn::Face::setInterestFilter(InterestFilter interestFilter, OnInterest onInterest);

// combined register prefix + set interest filter
Id
ndn::Face::setInterestFilter(InterestFilter interestFilter, OnInterest onInterest,
                             RegisterPrefixSuccessCallback onSuccess,
                             RegisterPrefixFailureCallback onFailure,
                             uint64_t flags)
Actions

Also available in: Atom PDF