Optional
contentOptional
expectedExpected number of IBLT entries, i.e. expected number of updates in a sync cycle. This is irrelevant to PartialSync consumer.
80
Optional
expectedEstimated number of subscriptions in PartialSync consumer.
16
Optional
ibltWhether to use zlib compression on IBLT.
Default is no compression. Use PSyncZlib
to set zlib compression.
In PSync C++ library, default for FullSync depends on whether zlib is available at compile time, and default for PartialSync is no compression. This must be set to match other peers.
Optional
keyWhether to use little endian when converting uint32 key to Uint8Array. PSync C++ library behaves differently on big endian and little endian machines, https://github.com/named-data/PSync/blob/b60398c5fc216a1b577b9dbcf61d48a21cb409a4/PSync/detail/util.cpp#L126 This must be set to match other peers.
true
Generated using TypeDoc
Whether to use zlib compression on Data payload. Default is no compression. Use
PSyncZlib
to set zlib compression.In PSync C++ library, default for FullSync depends on whether zlib is available at compile time. For PartialSync, it is always no compression. This must be set to match other peers.