tcp-channel.hpp File Reference
#include "channel.hpp"
#include <boost/asio/ip/tcp.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
 
 nfd::face
 
 nfd::tcp
 

Typedefs

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