mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
net: dragonfly support
Make the net package build and work on dragonfly. R=bradfitz CC=golang-dev https://golang.org/cl/13173044
This commit is contained in:
parent
6939061d47
commit
fce0608561
34 changed files with 147 additions and 32 deletions
|
|
@ -137,7 +137,7 @@ func TestSelfConnect(t *testing.T) {
|
|||
n = 1000
|
||||
}
|
||||
switch runtime.GOOS {
|
||||
case "darwin", "freebsd", "netbsd", "openbsd", "plan9", "windows":
|
||||
case "darwin", "dragonfly", "freebsd", "netbsd", "openbsd", "plan9", "windows":
|
||||
// Non-Linux systems take a long time to figure
|
||||
// out that there is nothing listening on localhost.
|
||||
n = 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue