OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.19.4
/
src
/
vendor
/
golang.org
/
x
/
net
/
nettest
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/01/2022 06:13:56 PM
rwxr-xr-x
📄
conntest.go
12.02 KB
12/01/2022 06:13:01 PM
rw-r--r--
📄
nettest.go
8.14 KB
12/01/2022 06:13:01 PM
rw-r--r--
📄
nettest_stub.go
434 bytes
12/01/2022 06:13:01 PM
rw-r--r--
📄
nettest_unix.go
598 bytes
12/01/2022 06:13:01 PM
rw-r--r--
📄
nettest_windows.go
989 bytes
12/01/2022 06:13:01 PM
rw-r--r--
Editing: nettest_stub.go
Close
// Copyright 2019 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build !aix && !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows && !zos // +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows,!zos package nettest func supportsRawSocket() bool { return false }