Files
EdgeNode/internal/utils/net_linux.go

7 lines
130 B
Go
Raw Permalink Normal View History

// +build linux
// 可以在 /usr/include/asm-generic/socket.h 中找到 SO_REUSEPORT 值
package utils
const SO_REUSEPORT = 15