SSHTunnel/Tunnel/Constants.go
Thorsten Sommer a16b99af6e Version 1.2.0
2015-09-28 15:28:11 +02:00

8 lines
293 B
Go

package Tunnel
const (
maxRetriesLocal = 16 // How many retries are allowed to create the local end-point?
maxRetriesRemote = 16 // How many retries are allowed to create the remote end-point?
maxRetriesServer = 16 // How many retries are allowed to create the SSH server's connection?
)