interface Options {
    expectedEntries?: number;
    keyToBufferLittleEndian?: boolean;
}

Properties

expectedEntries?: number

Expected number of IBLT entries, i.e. expected number of updates in a sync cycle.

Default Value

85
keyToBufferLittleEndian?: boolean

Whether to use little endian when converting a uint32 key to a byte array.

Default Value

true

Remarks

ndn-ind behaves differently on big endian and little endian machines, https://github.com/operantnetworks/ndn-ind/blob/dd934a7a5106cda6ea14675554427e12df1ce18f/src/lite/util/crypto-lite.cpp#L114 This must be set to match other peers.

Generated using TypeDoc