File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5185,8 +5185,8 @@ Sockets
51855185 default: ``1 `` meaning ``on `` all Platforms except Linux: ``45 `` seconds
51865186
51875187 This directive enables operating system specific optimizations for a listening socket. ``defer_accept `` holds a call to ``accept(2) ``
5188- back until data has arrived. In Linux' special case this is up to a maximum of 45 seconds.
5189- On FreeBSD, ``accf_data `` module needs to be loaded.
5188+ back until data has arrived. In Linux' special case this is up to a maximum of 45 seconds. Note in Linux, additional delays may
5189+ occur as kernel handles retries using exponential backoff algorithm. On FreeBSD, ``accf_data `` module needs to be loaded.
51905190 Note: If MPTCP is enabled, TCP_DEFER_ACCEPT is only supported on Linux kernels 5.19+.
51915191
51925192.. ts :cv :: CONFIG proxy.config.net.listen_backlog INT -1
You can’t perform that action at this time.
0 commit comments