Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeepAliveConfig ¶
type KeepAliveConfig struct { // Interval is the amount of time in seconds to wait before the // tunnel client will send a keep-alive message to ensure some minimum // traffic on the SSH connection. Interval uint // CountMax is the maximum number of consecutive failed responses to // keep-alive messages the client is willing to tolerate before considering // the SSH connection as dead. CountMax uint }
type TunnelConfig ¶
type TunnelConfig struct {
Tunnel map[string]tunnel
}
func (TunnelConfig) String ¶
func (tc TunnelConfig) String() string
Click to show internal directories.
Click to hide internal directories.