-
Notifications
You must be signed in to change notification settings - Fork 18k
net: Dial connects successfully to unreachable host #10186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can not recreate the problem on GNU/Linux with either tip or Go 1.4. Can anybody else recreate it on OS X? |
Also, I can not reproduce the problem on my Mac OS X 10.10.2. |
Any further information needed from my side? |
Not true.
Please revisit what you are trying to do for which protocol and its transport characteristic. |
PS: If you need a bit handy ICMP stuff, see http://godoc.org/golang.org/x/net/icmp. |
Ok thanks for your support, guys. |
What does 'go version' print?
What steps reproduce the problem?
http://play.golang.org/p/3Xm-GLcohL
What happened?
returned error is nil when dial any non-existent address.
What should have happened instead?
the error should not be nil.
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: