Closed
Description
by emilliken:
Right now it takes over 3 minutes for net.Dial() to return if a tcp host is down. I would like to be able to specify the timeout. Currently you can somewhat get around this by Dialing in a separate goroutine and just letting it finish, but this sounds like a waste of a resource.