1.4.5.2
This commit is contained in:
8
EdgeNode/internal/utils/net_linux.go
Normal file
8
EdgeNode/internal/utils/net_linux.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
// 可以在 /usr/include/asm-generic/socket.h 中找到 SO_REUSEPORT 值
|
||||
|
||||
package utils
|
||||
|
||||
const SO_REUSEPORT = 15
|
||||
Reference in New Issue
Block a user