Optional
acceptOptional
caUse given congestion avoidance instance.
Optional
conventionsList of acceptable version+segment naming convention combinations. If this is specified and non-empty, it overrides versionConvention,segmentNumConvention.
Optional
describeFwFace description.
Optional
endpointUse the specified endpoint instead of the default.
Optional
estimatedEstimated final segment number (inclusive). If specified, FetchLogic sends Interests up to this segment number initially as permitted by congestion control, then sends further Interests in a stop-and-wait manner, unless a new estimation or known finalSegNum is provided via setFinalSegNum() function.
Optional
expectedExpected number of suffix components, including Version and Segment. Minimum and default are 2, i.e. Version and Segment components. ANY_SUFFIX_LEN allows any suffix length.
Optional
lifetimeInterestLifetime added to RTO.
Default is 1000ms.
Ignored if lifetime
is set.
Optional
modifyModify Interest according to specified options. This can also be used to witness Interests without modification.
Optional
retxMaximum number of retransmissions, excluding initial Interest. Default is 15.
Optional
rtteUse given RttEstimator instance or construct RttEstimator from options.
Optional
segmentChoose a segment number naming convention. Default is Segment from @ndn/naming-convention2 package.
Optional
segmentSpecify segment number range as [begin, end). The begin segment number is inclusive and the end segment number is exclusive. If the begin segment number is greater than the final segment number, fetching will fail. If the end segment number is undefined or greater than the final segment number, fetching will stop at the final segment.
Optional
signalAbortSignal that allows canceling the Interest via AbortController.
Optional
verifierIf specified, verify received Data.
Optional
versionChoose a version naming convention. Default is Version from @ndn/naming-convention2 package.
Generated using TypeDoc
List of acceptable ContentType values. Default is [0].