From 632fdde38d75dc558a5e972d4c7940ec5d407baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=A1=E3=81=8B?= <88967758+chika0801@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:01:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20transport.md=20=E4=B8=AD?= =?UTF-8?q?=20`network`=20=E5=B0=91=E4=BA=86=20h2=20=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit network填写 http h2 应该是一样的效果 --- docs/config/transport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/transport.md b/docs/config/transport.md index ee15af5..40e31d8 100644 --- a/docs/config/transport.md +++ b/docs/config/transport.md @@ -94,7 +94,7 @@ } ``` -> `network`: "tcp" | "kcp" | "ws" | "http" | "domainsocket" | "quic" | "grpc" +> `network`: "tcp" | "kcp" | "ws" | "http" | "h2" | "quic" | "grpc" | "domainsocket" 连接的数据流所使用的传输方式类型,默认值为 `"tcp"`