File: reuseport_bsd.go

package info (click to toggle)
golang-github-valyala-fasthttp 20160617-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 980 kB
  • sloc: makefile: 18
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
// +build darwin dragonfly freebsd netbsd openbsd rumprun

package reuseport

import (
	"syscall"
)

const soReusePort = syscall.SO_REUSEPORT