Internal Listener (proto)
This extension has the qualified name envoy.bootstrap.internal_listener
Note
This extension is intended to be robust against both untrusted downstream and upstream traffic.
Tip
This extension extends and can be used with the following extension category:
This extension must be configured with one of the following type URLs:
Internal Listener overview.
extensions.bootstrap.internal_listener.v3.InternalListener
[extensions.bootstrap.internal_listener.v3.InternalListener proto]
Configuration for internal listener.
{
"buffer_size_kb": {...}
}
- buffer_size_kb
(UInt32Value) The internal listener client connection buffer size in KiB. For example, if
buffer_size_kb
is set to 5, then the actual buffer size is 5 KiB = 5 * 1024 bytes. If thebuffer_size_kb
is not specified, the buffer size is set to 1024 KiB.