tcp-transport.hpp File Reference
#include "ndn-cxx/transport/transport.hpp"
#include "ndn-cxx/util/config-file.hpp"
#include <boost/asio/ip/tcp.hpp>
+ Include dependency graph for tcp-transport.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::detail::StreamTransportImpl< BaseTransport, Protocol >
 Implementation detail of a Boost.Asio-based stream-oriented transport. More...
 
class  ndn::detail::StreamTransportWithResolverImpl< BaseTransport, Protocol >
 implementation detail of a Boost.Asio-based stream-oriented transport with resolver support More...
 
class  ndn::TcpTransport
 a transport using TCP socket More...
 

Namespaces

 ndn
 
 ndn::detail