Structureorlandos-nl.citadel 0.8.0Citadel
SSHReconnectMode
SSHConnectionSettings.swift:27struct SSHReconnectMode
Citizens in Citadel
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Type members
static let always: SSHReconnectMode
Reconnect to the same host and port every time the connection is lost.
static let never: SSHReconnectMode
Never reconnect.
static let once: SSHReconnectMode
Reconnect to the same host and port once.
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.