Skip to content

QUIC

名称: quic

状态: GA

QUIC拨号器使用QUIC协议与QUIC服务建立数据通道。

gost -L :8080 -F http+quic://:8443
services:
- name: service-0
  addr: ":8080"
  handler:
    type: auto
    chain: chain-0
  listener:
    type: tcp
chains:
- name: chain-0
  hops:
  - name: hop-0
    nodes:
    - name: node-0
      addr: :8443
      connector:
        type: http
      dialer:
        type: quic

参数列表

keepAlive (bool, default=false)
enable keepalive.
ttl (duration, default=10s)
keepalive period.
handshakeTimeout (duration, default=5s)
handshake timeout
maxIdleTimeout (duration, default=30s)
max idle timeout

TLS配置请参考TLS配置说明