Navigation :
keepalive.proto
Package : common.mesh.gloo.solo.io
Top
keepalive.proto
Table of Contents
TCPKeepalive
Configure TCP keepalive for the ingress gateways of all meshes in this VirtualMesh.
Field |
Type |
Label |
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 . |
interval |
google.protobuf.Duration |
|
The time duration between keep-alive probes. Format examples: 1h /1m /1s /1ms |