mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-06 06:43:35 +03:00
补充 transport.md 中 network
少了 h2 值
network填写 http h2 应该是一样的效果
This commit is contained in:
parent
1b6b68535b
commit
632fdde38d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
}
|
||||
```
|
||||
|
||||
> `network`: "tcp" | "kcp" | "ws" | "http" | "domainsocket" | "quic" | "grpc"
|
||||
> `network`: "tcp" | "kcp" | "ws" | "http" | "h2" | "quic" | "grpc" | "domainsocket"
|
||||
|
||||
连接的数据流所使用的传输方式类型,默认值为 `"tcp"`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue