]> Cypherpunks repositories - gostls13.git/commit
net: RFC 6724 address selection
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 16 Jul 2015 00:02:06 +0000 (17:02 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 16 Jul 2015 20:56:23 +0000 (20:56 +0000)
commitadb1e030136f14ef8434930f15a04a74568a5948
tree151bd701e8667cb404bcf8ff836e5165f8a64eef
parent29eb7d18ed71c057bbdb69d85953a32252f0ea73
net: RFC 6724 address selection

At least the most important parts, I think.

Fixes #10552

Change-Id: I1a03c5405bdbef337e0245d226e9247d3d067393
Reviewed-on: https://go-review.googlesource.com/12246
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/net/addrselect.go [new file with mode: 0644]
src/net/addrselect_test.go [new file with mode: 0644]
src/net/dnsclient_unix.go