keepalive:
properties:
http:
description: 下游 L7 保持连接
properties:
header_timeout:
description: 保持连接头超时。默认未设置。
type: string
requests:
description: 保持连接请求。默认值为 1000。
type: integer
timeout:
description: 保持连接超时。默认值为 75s。
type: string
type: object
tcp:
description: TCPKeepAlive 定义 TCP 保持连接参数(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