psync::PartialProducer::Options Struct Reference

Constructor options. More...

#include <PSync/partial-producer.hpp>

Public Attributes

ndn::time::milliseconds helloDataFreshness = HELLO_REPLY_FRESHNESS
 FreshnessPeriod of hello Data. More...
 
CompressionScheme ibfCompression = CompressionScheme::NONE
 Compression scheme to use for IBF. More...
 
uint32_t ibfCount = 40
 Expected number of entries in IBF. More...
 
ndn::time::milliseconds syncDataFreshness = SYNC_REPLY_FRESHNESS
 FreshnessPeriod of sync Data. More...
 

Detailed Description

Constructor options.

Definition at line 42 of file partial-producer.hpp.

Member Data Documentation

◆ helloDataFreshness

ndn::time::milliseconds psync::PartialProducer::Options::helloDataFreshness = HELLO_REPLY_FRESHNESS

FreshnessPeriod of hello Data.

Definition at line 49 of file partial-producer.hpp.

◆ ibfCompression

CompressionScheme psync::PartialProducer::Options::ibfCompression = CompressionScheme::NONE

Compression scheme to use for IBF.

Definition at line 47 of file partial-producer.hpp.

◆ ibfCount

uint32_t psync::PartialProducer::Options::ibfCount = 40

Expected number of entries in IBF.

Definition at line 45 of file partial-producer.hpp.

◆ syncDataFreshness

ndn::time::milliseconds psync::PartialProducer::Options::syncDataFreshness = SYNC_REPLY_FRESHNESS

FreshnessPeriod of sync Data.

Definition at line 51 of file partial-producer.hpp.