Hierarchy

  • Options

Properties

describe?: string

Description for debugging purpose.

endpoint?: Endpoint

Endpoint for communication.

Algorithm parameters. They must match the publisher parameters.

syncInterestInterval?: [min: number, max: number]

Interval between sync Interests, randomized within the range, in milliseconds.

Default

[syncInterestLifetime/2+100,syncInterestLifetime/2+500]
syncInterestLifetime?: number

Sync Interest lifetime in milliseconds.

Default

1000
syncPrefix: Name

Sync producer prefix.

verifier?: Verifier

Verifier of sync reply Data packets. Default is no verification.

Generated using TypeDoc