OSDN Git Service

new repo
[bytom/vapor.git] / vendor / golang.org / x / net / internal / nettest / helper_nobsd.go
1 // Copyright 2016 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 // +build linux solaris
6
7 package nettest
8
9 func supportsIPv6MulticastDeliveryOnLoopback() bool {
10         return true
11 }
12
13 func causesIPv6Crash() bool {
14         return false
15 }