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::SegmentProducerBase::Options Struct Reference

#include <segment-producer.hpp>

Public Attributes

const PrivateKeysigner = DigestKey::get()
 
size_t contentLen = 1000
 Maximum Content TLV-VALUE in each segment. More...
 
uint32_t freshnessPeriod = 1000
 
int discovery = 2
 Name discovery setting. More...
 

Member Data Documentation

◆ contentLen

size_t ndnph::SegmentProducerBase::Options::contentLen = 1000

Maximum Content TLV-VALUE in each segment.

◆ discovery

int ndnph::SegmentProducerBase::Options::discovery = 2

Name discovery setting.

0 Interest name must equal Data name, i.e. include the segment number. 1 Interest name can have 1 fewer component than Data name. Suppose Data name ends with version and segment components, Interest name must specify version component but may omit segment component. 2 Interest name can have 2 fewer components than Data name. Suppose Data name ends with version and segment components, Interest name may omit these two components, achieving a simple form of version discovery.

◆ freshnessPeriod

uint32_t ndnph::SegmentProducerBase::Options::freshnessPeriod = 1000

◆ signer

const PrivateKey& ndnph::SegmentProducerBase::Options::signer = DigestKey::get()

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