Navigation :
Getting Started
What is Gloo Gateway?
Setup
Guides
Operations
Reference
-
Open Source Attribution
-
API Reference
-- Address
-- AdvancedHttp
-- Ai
-- Als
-- Annotations
-- Any
-- Api
-- Artifact
-- Aws
-- AwsEc2
-- Azure
-- Base
-- Caching
-- CircuitBreaker
-- Cluster
-- Connection
-- ConnectionLimit
-- Consul
-- Core
-- Cors
-- Deprecation
-- Descriptor
-- DestinationSpec
-- Discovery
-- Dlp
-- Duration
-- DynamicForwardProxy
-- Empty
-- Endpoint
-- envoy.glooe.solo.io.project
-- envoy_glooe_solo_io.project
-- Ext
-- Extauth
-- ExtauthInternal
-- Extensions
-- ExternalOptions
-- Extproc
-- Failover
-- Failover
-- Fault
-- FieldMask
-- Gateway
-- gateway.solo.io.project
-- gateway_solo_io.project
-- Gcp
-- gloo.solo.io.project
-- gloo_solo_io.project
-- glooe.solo.io.project
-- glooe_solo_io.project
-- GlooValidation
-- Graphql
-- Graphql
-- Grpc
-- GrpcJson
-- GrpcWeb
-- Hcm
-- Headers
-- HeaderValidation
-- Healthcheck
-- Http
-- HttpGateway
-- HttpListenerOptions
-- HttpUri
-- Ingress
-- Instance
-- Jwt
-- Kubernetes
-- Lbhash
-- ListenerOptions
-- LoadBalancer
-- LocalRatelimit
-- MatchableHttpGateway
-- MatchableTcpGateway
-- Matchers
-- Metadata
-- Metrics
-- options.proto
-- Parameters
-- Percent
-- Pipe
-- Placement
-- Protocol
-- ProtocolUpgrade
-- Proxy
-- proxy_protocol.proto
-- ProxyEndpoint
-- ProxyProtocol
-- QueryOptions
-- Ratelimit
-- Ratelimit
-- Ratelimit
-- Rbac
-- Ref
-- Rest
-- Retries
-- Route
-- RouteConfigurationOptions
-- RouteOptions
-- Router
-- RouteTable
-- Secret
-- Selectors
-- SemanticVersion
-- Service
-- ServiceSpec
-- Settings
-- Shadowing
-- Snap
-- SocketOption
-- SoloDiscoveryService
-- SoloKit
-- SourceContext
-- Ssl
-- ssl.proto
-- Stages
-- StatefulSession
-- statefulsession.proto
-- statefulsession.proto
-- Static
-- Stats
-- Status
-- Status
-- Struct
-- Subset
-- SubsetSpec
-- Tap
-- tap.proto
-- Tcp
-- TcpListenerOptions
-- Timestamp
-- Trace
-- Tracing
-- Transformation
-- Type
-- Upstream
-- Version
-- VirtualHostOptions
-- VirtualService
-- Waf
-- Wasm
-- WeightedDestinationOptions
-- Wrappers
--
--
-
Command Line Reference
-
Changelog
-
Helm Chart Values
-
Security Updates
- Security Posture
- Gloo Gateway Port Reference
- Release Support
-
Cheatsheets
Contribution Guide
Get help and support
ConnectionLimit
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.