Constructor options. More...
#include <PSync/partial-producer.hpp>
Public Attributes | |
| ndn::time::milliseconds | helloDataFreshness = HELLO_REPLY_FRESHNESS |
| FreshnessPeriod of hello Data. | |
| CompressionScheme | ibfCompression = CompressionScheme::NONE |
| Compression scheme to use for IBF. | |
| uint32_t | ibfCount = 40 |
| Expected number of entries in IBF. | |
| ndn::time::milliseconds | syncDataFreshness = SYNC_REPLY_FRESHNESS |
| FreshnessPeriod of sync Data. | |
Constructor options.
Definition at line 42 of file partial-producer.hpp.
| ndn::time::milliseconds psync::PartialProducer::Options::helloDataFreshness = HELLO_REPLY_FRESHNESS |
FreshnessPeriod of hello Data.
Definition at line 49 of file partial-producer.hpp.
| CompressionScheme psync::PartialProducer::Options::ibfCompression = CompressionScheme::NONE |
Compression scheme to use for IBF.
Definition at line 47 of file partial-producer.hpp.
| uint32_t psync::PartialProducer::Options::ibfCount = 40 |
Expected number of entries in IBF.
Definition at line 45 of file partial-producer.hpp.
| ndn::time::milliseconds psync::PartialProducer::Options::syncDataFreshness = SYNC_REPLY_FRESHNESS |
FreshnessPeriod of sync Data.
Definition at line 51 of file partial-producer.hpp.