esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ndnph::SegmentConsumerBase::Options Struct Reference

#include <segment-consumer.hpp>

Public Attributes

const PublicKeyverifier = NullKey::get()
 
int retxLimit = 5
 Maximum retransmission of an Interest, not counting initial Interest. More...
 
int retxDelay = 500
 Delay in milliseconds before retransmission. More...
 

Member Data Documentation

◆ retxDelay

int ndnph::SegmentConsumerBase::Options::retxDelay = 500

Delay in milliseconds before retransmission.

◆ retxLimit

int ndnph::SegmentConsumerBase::Options::retxLimit = 5

Maximum retransmission of an Interest, not counting initial Interest.

◆ verifier

const PublicKey& ndnph::SegmentConsumerBase::Options::verifier = NullKey::get()

The documentation for this struct was generated from the following file: