Settings
public struct Settings
SWIMNIO specific settings.
-
Underlying settings for the SWIM protocol implementation.
Declaration
Swift
public var swim: SWIM.Settings -
Undocumented
Declaration
Swift
public init() -
Undocumented
Declaration
Swift
public init(swim: SWIM.Settings) -
The node as which this SWIMNIO shell should be bound.
See also
SWIM.Settings.nodeDeclaration
Swift
public var node: Node? { get set } -
Allows for customizing the used logger. By default the same as passed in
swim.loggerin the initializer is used.Declaration
Swift
public var logger: Logger -
How frequently the shell should retry attempting to join a
swim.initialContactPointDeclaration
Swift
public var initialContactPointPingInterval: TimeAmount
View on GitHub
Settings Structure Reference