keepalive:
properties:
http:
description: 下游 L7 keepalive
properties:
header_timeout:
description: Keepalive header 超时,默认不设置。
type: string
requests:
description: Keepalive 请求数,默认是 1000。
type: integer
timeout:
description: Keepalive 超时,默认是 75s。
type: string
type: object
tcp:
description: TCPKeepAlive 定义 TCP keepalive 参数(SO_KEEPALIVE)
properties:
count:
description: TCP_KEEPCNT 套接字选项。
type: integer
idle:
description: TCP_KEEPIDLE 套接字选项。
type: string
interval:
description: TCP_KEEPINTVL 套接字选项。
type: string
type: object
type: object