connection_limit.proto
Package: connection_limit.options.gloo.solo.io
Types:
Source File: github.com/solo-io/gloo/projects/gloo/api/v1/options/connection_limit/connection_limit.proto
ConnectionLimit
These options provide the ability to limit the active connections in envoy. Ref. https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/connection_limit_filter
"maxActiveConnections": .google.protobuf.UInt32Value
"delayBeforeClose": .google.protobuf.Duration
Field | Type | Description |
---|---|---|
maxActiveConnections |
.google.protobuf.UInt32Value | The maximum number of active connections for this gateway. When this limit is reached, any incoming connection will be closed after delay duration. Must be greater than or equal to one. |
delayBeforeClose |
.google.protobuf.Duration | The time to wait before a connection is dropped. Useful for DoS prevention. Defaults to zero and the connection will be closed immediately. |