esp8266ndn
NDN Arduino library for ESP8266 and more
|
#include <segment-consumer.hpp>
Public Attributes | |
const PublicKey & | verifier = NullKey::get() |
int | retxLimit = 5 |
Maximum retransmission of an Interest, not counting initial Interest. More... | |
int | retxDelay = 500 |
Delay in milliseconds before retransmission. More... | |
int ndnph::SegmentConsumerBase::Options::retxDelay = 500 |
Delay in milliseconds before retransmission.
int ndnph::SegmentConsumerBase::Options::retxLimit = 5 |
Maximum retransmission of an Interest, not counting initial Interest.
const PublicKey& ndnph::SegmentConsumerBase::Options::verifier = NullKey::get() |