mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 19:13:12 +00:00
28 lines
411 B
Markdown
28 lines
411 B
Markdown
### Server Requirements
|
|
|
|
* Linux
|
|
* `brutal` congestion control algorithm kernel module installed
|
|
|
|
See [tcp-brutal](https://github.com/apernet/tcp-brutal) for details.
|
|
|
|
### Structure
|
|
|
|
```json
|
|
{
|
|
"enabled": true,
|
|
"up_mbps": 100,
|
|
"down_mbps": 100
|
|
}
|
|
```
|
|
|
|
### Fields
|
|
|
|
#### enabled
|
|
|
|
Enable TCP Brutal congestion control algorithm。
|
|
|
|
#### up_mbps, down_mbps
|
|
|
|
==Required==
|
|
|
|
Upload and download bandwidth, in Mbps. |