commit | 5c055e74d0b04ca863380c5785ca0aadda9ebc5e | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Tue Aug 05 06:10:46 2014 +0900 |
committer | Mikio Hara <mikioh.mikioh@gmail.com> | Tue Aug 05 06:10:46 2014 +0900 |
tree | 10e9a641a6ae748273b4ab763e1e14a741a00160 | |
parent | fdaeec580ffb554b7314f814eaa2353459b1e400 [diff] |
net: consolidate sockaddrToAddr functions This CL removes sockaddrToAddr functions from socket creation operations to avoid the bug like issue 7183. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/105100046