esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Enumerations
nack.hpp File Reference
#include "interest.hpp"

Go to the source code of this file.

Classes

class  ndnph::NackHeader
 Nack header field. More...
 
class  ndnph::Nack
 Nack packet. More...
 

Namespaces

namespace  ndnph
 

Enumerations

enum class  ndnph::NackReason : uint8_t {
  ndnph::None = 0 , ndnph::Congestion = 1 , ndnph::Duplicate = 2 , ndnph::NoRoute = 3 ,
  ndnph::Unspecified = 7
}
 Nack reason. More...