Task #4880
open
- Related to Feature #4718: Use exponential retry on nack in CertificateFetcherFromNetwork added
we should centralize this mechanism of exponential retry + jitter for certificate fetchers, instead of reimplementing the same logic in every subclass. Ideally we should use SegmentFetcher
Exponential retry applies not only to segmented object, but also to all other Interests. Thus, it belongs to DataFetcher
type. SegmentFetcher
can then use DataFetcher
to retrieve individual segments.
In today's call it was mentioned that the default interest timeout should be lowered as well.
Also available in: Atom
PDF