26 #ifndef NFD_DAEMON_FACE_UNIX_STREAM_TRANSPORT_HPP
27 #define NFD_DAEMON_FACE_UNIX_STREAM_TRANSPORT_HPP
31 #include <boost/asio/local/stream_protocol.hpp>
33 #ifndef NFD_HAVE_UNIX_SOCKETS
34 #error "Cannot include this file when UNIX sockets are not available"
Implements a Transport for stream-based protocols.
A Transport that communicates on a stream-oriented Unix domain socket.
UnixStreamTransport(boost::asio::local::stream_protocol::socket &&socket)
#define NFD_LOG_MEMBER_DECL_SPECIALIZED(cls)