Improve multiplex log

This commit is contained in:
世界
2022-08-04 09:11:39 +08:00
parent 32201cacda
commit 1c3c154d6d
5 changed files with 41 additions and 22 deletions

View File

@@ -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