反向代理实现AutoFlush/修复配置自动加载问题

This commit is contained in:
GoEdgeLab
2020-09-27 18:41:56 +08:00
parent ee2281b581
commit 6f3d688ece
14 changed files with 101 additions and 23 deletions

View File

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