OptionalPrefixAnn?: typeof PrefixAnnOpt-in to Prefix Announcement Protocol.
https://redmine.named-data.net/projects/nfd/wiki/PrefixAnnouncement
To opt-in, set this field to PrefixAnn imported from this package.
Producer must supply Prefix Announcement objects to the FwFace so that they are available
for use in the readvertise destinations.
Currently, the following limitations apply for the Prefix Announcement Protocol:
OptionalpreloadCertName?: NameSet to signer name to retrieve and serve certificate chain. If unset, no certificates will be served.
OptionalpreloadFromKeyChain?: KeyChainLocal KeyChain to collect preloaded certificates. If unset, certificates will not be collected from a local KeyChain.
OptionalpreloadInterestLifetime?: numberInterestLifetime for retrieving preloaded certificates.
OptionalrefreshInterval?: number | falseHow often to refresh prefix registration (in milliseconds).
Random jitter of ±10% is applied automatically.
Set to false disables refreshing.
For rib/register command, the ExpirationPeriod is set to 4x of this refresh interval, with a minimum of 60 seconds.
For rib/announce command, the application must make sure each supplied Prefix Announcement object has an ExpirationPeriod at least 2x of this refresh interval and a ValidityPeriod that extends beyond the anticipated producer runtime.
Optionalretry?: RetryOptionsRetry options for each advertise/withdraw operation.
enableNfdPrefixReg options.