timeout
This optional attribute sets the default idle timeout for TCP/TLS connections on this listener. The timeout is specified as a duration (e.g., 30s, 5m). If a client does not send any data within this period, the connection is closed.
Timeout priority:
- If the client has a timeout set, the client's value is used (including 0 to disable)
- If the client has no timeout set, the listener's timeout is used
- If neither has a timeout set, defaults to 10 seconds