On this page
Keepalive
Keepalive API reference.
Proto: keepalive.proto
Package: common.gloo.solo.io
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. |