You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
674 B
674 B
传输方式列表
这个章节包含了目前所有的传输方式及相关的具体配置.
传输方式列表
tcpSettings
: TcpObject
针对 TCP 连接的配置。
wsSettings
: WebSocketObject
针对 WebSocket 连接的配置。
dsSettings
: DomainSocketObject
针对 Domain Socket 连接的配置。
kcpSettings
: KcpObject
针对 mKCP 连接的配置。
httpSettings
: HttpObject
针对 HTTP/2 连接的配置。
quicSettings
: QuicObject
针对 QUIC 连接的配置。
grpcSettings
: GRPCObject
针对 gRPC 连接的配置。