Structureorlandos-nl.citadel 0.8.0Citadel
SSHProtocolOption
A set of options that can be applied to the SSH protocol.
Server.swift:267struct SSHProtocolOption
Citizens in Citadel
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.
Type members
static func maximumPacketSize(Int
) -> SSHProtocolOption The maximum packet size that can be sent over the SSH connection.
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.