Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chika0801 authored Dec 25, 2023
1 parent 92544c7 commit 80031f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TCP_Brutal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ bash <(curl -fsSL https://tcp.hy2.sh/)
```jsonc
"multiplex": {
"enabled": true,
"protocol": "h2mux", // 默认 h2mux,可选 smux | yamux | h2mux
"max_connections": 1, // 建议为 1
"protocol": "h2mux", // 默认值 h2mux,可选 smux | yamux | h2mux
"max_connections": 1, // 默认值 1,填其它值时可能无效
"min_streams": 4,
"padding": false, // 默认 false,可选 false | true
"padding": false, // 默认值 false,可选 false | true
"brutal": {
"enabled": true,
"up_mbps": 20,
Expand Down

0 comments on commit 80031f2

Please sign in to comment.