aboutsummaryrefslogtreecommitdiff
path: root/src/net/dnsclient_unix.go
diff options
context:
space:
mode:
authorIan Gudger <igudger@google.com>2018-10-26 16:43:13 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2018-10-27 01:36:57 +0000
commit7ec3b5e81f6549213df3ed2113a3e057ae9c5157 (patch)
tree109affa4ff9f5b2a884865ced6ca86d9427d56a2 /src/net/dnsclient_unix.go
parent9f291d1fc38c25726c683becf8844fb8f81fb81b (diff)
downloadgo-7ec3b5e81f6549213df3ed2113a3e057ae9c5157.tar.gz
go-7ec3b5e81f6549213df3ed2113a3e057ae9c5157.zip
net: remove TODO for DNS cache
The proposal to add a DNS cache was rejected, so there is no longer a need for the associated TODO. Updates #24796 Change-Id: Ifcedcff72c75a70b2143de0bd3f7bf85ac3528f6 Reviewed-on: https://go-review.googlesource.com/c/145197 Run-TryBot: Ian Gudger <igudger@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Mikio Hara <mikioh.public.networking@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/net/dnsclient_unix.go')
-rw-r--r--src/net/dnsclient_unix.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/dnsclient_unix.go b/src/net/dnsclient_unix.go
index 3b0293025d9..73630faa498 100644
--- a/src/net/dnsclient_unix.go
+++ b/src/net/dnsclient_unix.go
@@ -9,7 +9,6 @@
// TODO(rsc):
// Could potentially handle many outstanding lookups faster.
-// Could have a small cache.
// Random UDP source port (net.Dial should do that for us).
// Random request IDs.