mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 23:20:25 +08:00
10 lines
98 B
Go
10 lines
98 B
Go
// +build darwin
|
|
|
|
package utils
|
|
|
|
import (
|
|
"syscall"
|
|
)
|
|
|
|
const SO_REUSEPORT = syscall.SO_REUSEPORT
|