1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-17 12:58:26 +00:00

14 lines
323 B
Go
Raw Normal View History

2017-06-04 20:07:03 +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.
2017-06-04 20:47:24 +08:00
// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows
2017-06-04 20:07:03 +08:00
package ipv4
var (
ctlOpts = [ctlMax]ctlOpt{}
2017-06-04 20:47:24 +08:00
sockOpts = map[int]*sockOpt{}
2017-06-04 20:07:03 +08:00
)