Skip to content

TCP

名称: tcp

状态: Stable

TCP拨号器使用TCP建立数据通道。

提示

TCP拨号器是GOST中默认的拨号器,当不指定拨号器类型时,默认使用此拨号器。

gost -L :8000 -F http://:8080
等价于
gost -L :8000 -F http+tcp://:8080

services:
- name: service-0
  addr: ":8000"
  handler:
    type: auto
    chain: chain-0
  listener:
    type: tcp
chains:
- name: chain-0
  hops:
  - name: hop-0
    nodes:
    - name: node-0
      addr: :8080
      connector:
        type: http
      dialer:
        type: tcp

参数列表