package main
import "time"
const (
dialerTimeout = 10 * time.Second
defaultPort = 443
protocol = "tcp"
)