Project

General

Profile

Feature #4016

Updated by Davide Pesavento about 7 years ago

In particular, the task is to change API of createFace in ProtocolFactory and related classes to 

 ```cpp ```c++ 
   virtual void 
   createFace(const FaceUri& remoteUri, 
              const FaceUri& localUri, 
              ndn::nfd::FacePersistency persistency, 
              bool wantLocalFieldsEnabled, 
              const FaceCreatedCallback& onCreated, 
              const FaceCreationFailedCallback& onFailure) = 0; 
 ``` 

 Also, the relevant changes need to be added to management to extract and pass information from the **create** command.

Back