Skip to content

ICMP

名称: icmp

状态: Alpha

ICMP监听器采用ICMP协议进行数据传输。

gost -L http+icmp://:0?keepAlive=true
services:
- name: service-0
  addr: ":8443"
  handler:
    type: http
  listener:
    type: icmp
    metadata:
      keepAlive: true

参数列表

backlog (int, default=128)
单个连接的数据流队大小
keepAlive (bool, default=false)
开启心跳检测。
ttl (duration, default=10s)
心跳间隔时长,当keepAlive为true时有效。
handshakeTimeout (duration, default=5s)
握手超时时长
maxIdleTimeout (duration, default=30s)
最大空闲时长