We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version
go1.19.4 windows/amd64
Yes (sorry, this is a very insignificant issue, but I could not help it to raise it)
go env
$ go env
https://cs.opensource.google/go/go/+/refs/tags/go1.19.4:src/net/dnsconfig.go
attempts int // number of tries before giving up on a query
attempts int // lost packets before giving up on server
The text was updated successfully, but these errors were encountered:
Want to send a patch?
Sorry, something went wrong.
This is not true either.
go/src/net/dnsclient_unix.go
Lines 273 to 275 in f721fa3
total attempts is equal to: len(servers) * attempts
len(servers) * attempts
yes
net: update comment for dnsConfig.attempts
92107a3
Fixes golang#57672
Change https://go.dev/cl/462040 mentions this issue: net: update comment attempts query
net: update comment attempts query
Successfully merging a pull request may close this issue.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes (sorry, this is a very insignificant issue, but I could not help it to raise it)
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
https://cs.opensource.google/go/go/+/refs/tags/go1.19.4:src/net/dnsconfig.go
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: