Optional
bufferOptional
bufferHow many chunks behind latest request to store in buffer.
This is ignored if the ChunkSource supports getChunk()
function.
After processing an Interest requesting segment i
, subsequent Interests requesting
segment before i - bufferBehind
cannot be answered.
A larger number or even Infinity
allows answering Interests requesting early segments,
at the cost of buffering many generated packets in memory.
A smaller number reduces memory usage, at the risk of not being able to answer some Interests,
which would become a problem in the presence of multiple consumers.
Optional
contentData ContentType.
Optional
freshnessData FreshnessPeriod (in milliseconds).
Optional
pProducer options.
.describe
defaults to "serve" + Data prefix..concurrency
defaults to 16..announcement
defaults to producerPrefix
..dataSigner
.Optional
producerProducer name prefix.
Optional
segmentChoose a segment number naming convention.
Optional
signerData signer.
Optional
versionVersion component or version number.
Optional
versionChoose a version number naming convention.
How many chunks ahead of latest request to store in buffer.