envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.55k stars 333 forks source link

Support StreamIdleTimeout #4349

Open bjlhlin opened 1 hour ago

bjlhlin commented 1 hour ago

Description:

Describe the desired behavior, what scenario it enables and how it would be used. The stream idle timeout for connections managed by the connection manager. If not specified, this defaults to 5 minutes. The default value was selected so as not to interfere with any smaller configured timeouts that may have existed in configurations prior to the introduction of this feature, while introducing robustness to TCP connections that terminate without a FIN. [optional Relevant Links:] Any extra documentation required to understand the issue.

bjlhlin commented 1 hour ago

/assign