From 2681eaa21ea718264147dbcfc1eeebe0a52e9ed2 Mon Sep 17 00:00:00 2001 From: mmmray <142015632+mmmray@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:49:03 -0500 Subject: [PATCH] more quic --- docs/en/config/transport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/config/transport.md b/docs/en/config/transport.md index 55e8238..3a62f30 100644 --- a/docs/en/config/transport.md +++ b/docs/en/config/transport.md @@ -41,7 +41,7 @@ Transports specify how to achieve stable data transmission. Both ends of a conne } ``` -> `network`: "tcp" | "kcp" | "ws" | "http" | "quic" | "grpc" | "httpupgrade" | "splithttp" +> `network`: "tcp" | "kcp" | "ws" | "http" | "grpc" | "httpupgrade" | "splithttp" The underlying protocol of the transport used by the data stream of the connection, defaulting to `"tcp"`.