This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeNode/internal/utils/net_linux.go
T

7 lines
130 B
Go

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