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