Update policy.md

pull/601/head
风扇滑翔翼 2024-11-03 23:32:06 +08:00 committed by GitHub
parent 1edb25fb79
commit 950e2bec17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"downlinkOnly": 5,
"statsUserUplink": false,
"statsUserDownlink": false,
"statsUserOnline": false,
"bufferSize": 4
}
},
@ -84,6 +85,9 @@ Xray 系统级别的策略
当值为 `true` 时,开启当前等级的所有用户的下行流量统计。
> `statsUserOnline`: true | false
当值为 `true` 时,开启当前等级的所有用户的在线统计。(20秒内有过连接活动)
> `bufferSize`: number
每个连接的内部缓存大小。单位为 kB。当值为 `0` 时,内部缓存被禁用。