mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-04-13 20:28:32 +10:00
Add documentation for shadowsocks multiplexer
This commit is contained in:
38
docs/configuration/shared/multiplex.md
Normal file
38
docs/configuration/shared/multiplex.md
Normal file
@@ -0,0 +1,38 @@
|
||||
### Server Requirements
|
||||
|
||||
`sing-box` :)
|
||||
|
||||
### Structure
|
||||
|
||||
```json
|
||||
{
|
||||
"enabled": true,
|
||||
"max_connections": 4,
|
||||
"min_streams": 4,
|
||||
"max_streams": 0
|
||||
}
|
||||
```
|
||||
|
||||
### Fields
|
||||
|
||||
#### enabled
|
||||
|
||||
Enable multiplex.
|
||||
|
||||
#### max_connections
|
||||
|
||||
Maximum connections.
|
||||
|
||||
Conflict with `max_streams`.
|
||||
|
||||
#### min_streams
|
||||
|
||||
Minimum multiplexed streams in a connection before opening a new connection.
|
||||
|
||||
Conflict with `min_streams`.
|
||||
|
||||
#### max_streams
|
||||
|
||||
Maximum multiplexed streams in a connection before opening a new connection.
|
||||
|
||||
Conflict with `max_connections` and `min_streams`.
|
||||
@@ -63,7 +63,7 @@ Cipher suite values:
|
||||
|
||||
#### enabled
|
||||
|
||||
Enabled TLS.
|
||||
Enable TLS.
|
||||
|
||||
#### server_name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user