]> Cypherpunks repositories - gostls13.git/commit
net: add addrList
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 30 Aug 2013 00:28:26 +0000 (09:28 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 30 Aug 2013 00:28:26 +0000 (09:28 +0900)
commit20692c22d7407125dba801dadee7413c6bc6b0a6
tree9433aef11adea42da825c80e89bfab745752de0d
parent9456adb36b3731e1e4accadddd7cd2abf5a911b8
net: add addrList

This CL adds a new type addrList that will carry a short list of IP
addresses to dial helper functions in the upcoming CLs.

This is in preparation for TCP connection setup with fast failover on
dual IP stack node as described in RFC 6555.

Update #3610
Update #5267

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13241046
src/pkg/net/ipsock.go