]> Cypherpunks repositories - gostls13.git/commit
net: disable "tcp" test on openbsd
authorJoel Sing <jsing@google.com>
Fri, 26 Aug 2011 19:38:02 +0000 (15:38 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 26 Aug 2011 19:38:02 +0000 (15:38 -0400)
commitd130611f4514ade696ae641ce242ca32b54f34a3
tree2f12c04ee5eab3065a701f45108a3bfc23c816fa
parent75d337e84b620a403da1353250d4cbced962e43f
net: disable "tcp" test on openbsd

Doing a socket/listen on an unspecified address with an unspecified
address family is likely to result in an AF_INET6 socket on an IPv6
capable system, which under OpenBSD means IPv6 only - not IPv4 *and*
IPv6. In this case trying to connect to this socket from an IPv4
loopback address is not going to end well.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4807057
src/pkg/net/server_test.go
src/pkg/net/tcpsock_posix.go