NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
channel.hpp File Reference
#include "channel-log.hpp"
#include "face-common.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::face::Channel
 Represents a channel that listens on a local endpoint. More...
 

Namespaces

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

Typedefs

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

Functions

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