1
0
mirror of https://github.com/fatedier/frp.git synced 2025-06-19 18:28:21 +00:00

14 lines
328 B
Go
Raw Normal View History

2019-03-17 17:09:54 +08:00
// Copyright 2014 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.
// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows
2019-03-17 17:09:54 +08:00
package ipv6
var (
ctlOpts = [ctlMax]ctlOpt{}
sockOpts = map[int]*sockOpt{}
)