docs/root/configuration/other_features/dlb.rst
.. _config_connection_balance_dlb:
v3 API reference <envoy_v3_api_msg_extensions.network.connection_balance.dlb.v3alpha.Dlb>This connection balancer extension provides Envoy with low latency networking by integrating with Intel DLB <https://networkbuilders.intel.com/solutionslibrary/queue-management-and-load-balancing-on-intel-architecture>_ through the libdlb library.
The DLB connection balancer is only included in :ref:contrib images <install_contrib>.
An example for DLB connection balancer configuration is:
.. literalinclude:: _include/dlb.yaml :language: yaml
If enabled, the DLB connection balancer will:
When new connections come, one worker thread will accept it and send it to DLB hardware. DLB hardware does balancing then trigger one worker thread to receive via libevent.
For information on how to build/install and use libdlb see the getting started guide <https://downloadmirror.intel.com/727424/DLB_Driver_User_Guide.pdf>_.