Keepalive

Proto: keepalive.proto

Package: common.gloo.solo.io

Types:

TCPKeepalive

Configure TCP keepalive for the ingress gateways of all meshes in this VirtualMesh.

Field Description
probes (uint32)

Maximum number of TCP keepalive probes to send before determining that connection is dead.
time (google.protobuf.Duration)

The time duration a connection needs to be idle before keep-alive probes start being sent. Format examples: 1h/1m/1s/1ms. For information about the value format, see the Google protocol buffer documentation.
interval (google.protobuf.Duration)

The time duration between keep-alive probes. Format examples: 1h/1m/1s/1ms For information about the value format, see the Google protocol buffer documentation.