NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
+
Enumerator
a
d
e
f
i
k
l
n
p
r
s
u
w
+
Related Functions
b
c
d
e
f
g
i
k
l
m
n
o
p
s
v
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
g
k
l
n
p
r
s
Typedefs
+
Macros
b
d
e
f
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
unix-stream-transport.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#ifndef NFD_DAEMON_FACE_UNIX_STREAM_TRANSPORT_HPP
27
#define NFD_DAEMON_FACE_UNIX_STREAM_TRANSPORT_HPP
28
29
#include "
stream-transport.hpp
"
30
31
#ifndef HAVE_UNIX_SOCKETS
32
#error "Cannot include this file when UNIX sockets are not available"
33
#endif
34
35
namespace
nfd
{
36
namespace
face
{
37
41
class
UnixStreamTransport
final :
public
StreamTransport
<boost::asio::local::stream_protocol>
42
{
43
public
:
44
explicit
45
UnixStreamTransport
(protocol::socket&& socket);
46
47
protected
:
48
virtual
void
49
beforeChangePersistency
(
ndn::nfd::FacePersistency
newPersistency)
final
;
50
};
51
52
}
// namespace face
53
}
// namespace nfd
54
55
#endif // NFD_DAEMON_FACE_UNIX_STREAM_TRANSPORT_HPP
stream-transport.hpp
nfd::face::UnixStreamTransport::beforeChangePersistency
virtual void beforeChangePersistency(ndn::nfd::FacePersistency newPersistency) final
invoked before persistency is changed
Definition:
unix-stream-transport.cpp:53
nfd::face::StreamTransport
Implements Transport for stream-based protocols.
Definition:
stream-transport.hpp:42
ndn::nfd::FacePersistency
FacePersistency
Definition:
nfd-constants.hpp:49
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
nfd::face::UnixStreamTransport
A Transport that communicates on a stream-oriented Unix domain socket.
Definition:
unix-stream-transport.hpp:41
face
nfd::face::UnixStreamTransport::UnixStreamTransport
UnixStreamTransport(protocol::socket &&socket)
Definition:
unix-stream-transport.cpp:34
ndnSIM
NFD
daemon
face
unix-stream-transport.hpp
Generated on Wed Jan 11 2017 18:17:15 for ndnSIM by
1.8.13