NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
tcp-channel.hpp File Reference
#include "channel.hpp"
#include "core/scheduler.hpp"
Include dependency graph for tcp-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::TcpChannel
 Class implementing TCP-based channel to create faces. More...
 

Namespaces

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

Typedefs

typedef boost::asio::ip::tcp::endpoint nfd::tcp::Endpoint
 
using nfd::face::DetermineFaceScopeFromAddress = std::function< ndn::nfd::FaceScope(const boost::asio::ip::address &local, const boost::asio::ip::address &remote)>