esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
port.hpp
Go to the documentation of this file.
1#ifndef NDNPH_PORT_RANDOM_PORT_HPP
2#define NDNPH_PORT_RANDOM_PORT_HPP
3
4#if defined(NDNPH_PORT_RANDOM_CUSTOM)
5// using custom random port
6#elif defined(NDNPH_PORT_RANDOM_URANDOM)
7#include "urandom.hpp"
8#else
9#define NDNPH_PORT_RANDOM_NULL
10#include "null.hpp"
11#endif
12
13#endif // NDNPH_PORT_RANDOM_PORT_HPP