26 #ifndef NFD_DAEMON_FACE_UNIX_STREAM_TRANSPORT_HPP 27 #define NFD_DAEMON_FACE_UNIX_STREAM_TRANSPORT_HPP 31 #ifndef HAVE_UNIX_SOCKETS 32 #error "Cannot include this file when UNIX sockets are not available" 53 #endif // NFD_DAEMON_FACE_UNIX_STREAM_TRANSPORT_HPP
#define NFD_LOG_MEMBER_DECL_SPECIALIZED(cls)
Implements Transport for stream-based protocols.
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
A Transport that communicates on a stream-oriented Unix domain socket.
UnixStreamTransport(protocol::socket &&socket)