github.com/sagernet/sing-box@v1.9.0-rc.20/docs/configuration/shared/tcp-brutal.md (about) 1 ### Server Requirements 2 3 * Linux 4 * `brutal` congestion control algorithm kernel module installed 5 6 See [tcp-brutal](https://github.com/apernet/tcp-brutal) for details. 7 8 ### Structure 9 10 ```json 11 { 12 "enabled": true, 13 "up_mbps": 100, 14 "down_mbps": 100 15 } 16 ``` 17 18 ### Fields 19 20 #### enabled 21 22 Enable TCP Brutal congestion control algorithm。 23 24 #### up_mbps, down_mbps 25 26 ==Required== 27 28 Upload and download bandwidth, in Mbps.