mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-06 21:37:35 +03:00
Improve multiplex log
This commit is contained in:
parent
32201cacda
commit
1c3c154d6d
5 changed files with 41 additions and 22 deletions
|
@ -7,7 +7,7 @@
|
|||
```json
|
||||
{
|
||||
"enabled": true,
|
||||
"protocol": "yamux",
|
||||
"protocol": "smux",
|
||||
"max_connections": 4,
|
||||
"min_streams": 4,
|
||||
"max_streams": 0
|
||||
|
@ -26,10 +26,10 @@ Multiplex protocol.
|
|||
|
||||
| Protocol | Description |
|
||||
|----------|------------------------------------|
|
||||
| yamux | https://github.com/hashicorp/yamux |
|
||||
| smux | https://github.com/xtaci/smux |
|
||||
| yamux | https://github.com/hashicorp/yamux |
|
||||
|
||||
YAMux is used by default.
|
||||
SMux is used by default.
|
||||
|
||||
#### max_connections
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue