List of acceptable version+segment naming convention combinations. If this is specified and non-empty, it overrides versionConvention,segmentNumConvention.
FwFace description.
Use the specified endpoint instead of the default.
Estimated 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.
Expected 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.
InterestLifetime added to RTO.
Default is 1000ms.
Ignored if lifetime
is set.
Modify Interest according to specified options. This can also be used to witness Interests without modification.
Maximum number of retransmissions, excluding initial Interest. Default is 15.
Use given RttEstimator instance or construct RttEstimator from options.
Choose a segment number naming convention. Default is Segment from @ndn/naming-convention2 package.
Specify 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.
AbortSignal that allows canceling the Interest via AbortController.
If specified, verify received Data.
Choose a version naming convention. Default is Version from @ndn/naming-convention2 package.
Generated using TypeDoc
Use given congestion avoidance instance.