DittoSmallPeerInfoSyncScope
public enum DittoSmallPeerInfoSyncScope : UInt, CaseIterable
extension DittoSmallPeerInfoSyncScope: CustomStringConvertible
Specifies which peers to replicate the small peer info to.
By default, the small peer info does not leave the current peer. This behavior can be customized to better match a specific application.
-
Small peer info should replicate to big peer only.
Declaration
Swift
case bigPeerOnly
-
Small peer info should not leave the current (local) peer.
Declaration
Swift
case localPeerOnly
-
Declaration
Swift
public var description: String { get }