modatwork

Results 7 issues of modatwork

*Description*: Envoy will handle massive connections when used as L4 proxy. Setting the `SO_SNDBUF` and `SO_RCVBUF` socket options helps to limit the memory usage on each connection. So it would...

kind/enhancement
stale

*Description*: In the current extension design there is a `PostHTTPListenerModify` RPC for HTTP listener and a `PostTranslateModify` RPC for cluster and secret resources. We can not touch non-HTTP listeners until...

help wanted
area/extensions
kind/feature

*Description*: A HealthCheck config is required to setup a health check downstream HTTP filter, aiding the load balancer before Envoy in assessing Envoy’s health. Presently, a HealthCheck exists in the...

help wanted
area/api

Thanks for the tool. I have succeed to generate compilation database for [envoy](https://github.com/envoyproxy/envoy) and it works great. But when using envoy as a library to build my customized proxy, clangd...

*Description*: Envoy should not fire stream idle timer when it's active. *Repro steps*: 1. create a listener with `stream_idle_timeout` set to `60s` 2. a client with a low bandwidth network...

bug
area/http
area/idle_timeout

*Description*: `egctl x translate --from gateway-api --to xds` should set `mergeGateways` based on GatewayClass's parametersRef.

stale
area/egctl

*Description*: Similar to https://github.com/envoyproxy/gateway/pull/2786, but for ExtensionServerPolicy.

stale
triage