mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-07 07:42:49 -04:00
[DOC] bind option is "defer-accept", not "defer_accept"
Thanks to Yohan Tordjman for spotting this.
This commit is contained in:
parent
fe598a7779
commit
59f8920ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -1374,7 +1374,7 @@ bind [<address>]:<port_range> [, ...] defer-accept
|
|||
the specified port. This keyword is available only when
|
||||
HAProxy is built with USE_LINUX_TPROXY=1.
|
||||
|
||||
defer_accept is an optional keyword which is supported only on certain
|
||||
defer-accept is an optional keyword which is supported only on certain
|
||||
Linux kernels. It states that a connection will only be
|
||||
accepted once some data arrive on it, or at worst after the
|
||||
first retransmit. This should be used only on protocols for
|
||||
|
|
|
|||
Loading…
Reference in a new issue