mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-28 11:10:26 +08:00
反向代理实现AutoFlush/修复配置自动加载问题
This commit is contained in:
6
internal/utils/net_linux.go
Normal file
6
internal/utils/net_linux.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// +build linux
|
||||
// 可以在 /usr/include/asm-generic/socket.h 中找到 SO_REUSEPORT 值
|
||||
|
||||
package utils
|
||||
|
||||
const SO_REUSEPORT = 15
|
||||
Reference in New Issue
Block a user