]> Cypherpunks repositories - gostls13.git/commit
net: disable use of external listen along with other external network uses
authorRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 04:35:31 +0000 (23:35 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 04:35:31 +0000 (23:35 -0500)
commit7c7966a4260b9f6c7c8e13586a04ec23f433670a
tree0a552ba24e832ce9c062cb58454e687527e4476e
parent0130a31366734fe0dd82a5c574437a3b6d2e1b28
net: disable use of external listen along with other external network uses

By default the all.bash tests must not ever announce
on an external address.  It's not just an OS X issue.

R=golang-dev, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/5753067
src/pkg/net/dial_test.go
src/pkg/net/net_test.go
src/pkg/net/server_test.go
src/pkg/net/unicast_test.go