NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
channel.hpp File Reference
#include "face.hpp"
Include dependency graph for channel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfd::Channel
 

Namespaces

 nfd
 Copyright (c) 2011-2015 Regents of the University of California.
 

Typedefs

typedef function< void(const shared_ptr< Face > &newFace)> nfd::FaceCreatedCallback
 Prototype for the callback that is invoked when the face is created (as a response to incoming connection or after connection is established) More...
 
typedef function< void(uint32_t status, const std::string &reason)> nfd::FaceCreationFailedCallback
 Prototype for the callback that is invoked when the face fails to be created. More...
 

Functions

void nfd::connectFaceClosedSignal (Face &face, const std::function< void()> &f)
 invokes a callback when the face is closed More...