esp8266ndn
NDN Arduino library for ESP8266 and more
Loading...
Searching...
No Matches
NDNph
src
ndnph
port
transport
port.hpp
Go to the documentation of this file.
1
#ifndef NDNPH_PORT_TRANSPORT_PORT_HPP
2
#define NDNPH_PORT_TRANSPORT_PORT_HPP
3
4
#include "
socket/ipv6-endpointid.hpp
"
5
6
#ifdef NDNPH_PORT_TRANSPORT_CUSTOM
7
// Custom transport port will be included later.
8
#else
9
10
#ifdef NDNPH_PORT_TRANSPORT_SOCKET
11
#include "
socket/udp-unicast.hpp
"
12
#endif
13
14
#ifdef NDNPH_PORT_TRANSPORT_MEMIF
15
#include "
memif.hpp
"
16
#endif
17
18
#endif
// NDNPH_PORT_TRANSPORT_CUSTOM
19
20
#endif
// NDNPH_PORT_TRANSPORT_PORT_HPP
ipv6-endpointid.hpp
memif.hpp
udp-unicast.hpp
Generated by
1.9.8