You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.