From: Willy Tarreau Date: Sat, 2 Oct 2010 09:54:00 +0000 (+0200) Subject: [DOC] bind option is "defer-accept", not "defer_accept" X-Git-Tag: v1.5-dev8~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59f8920ea5f8ffc30e7561465621666c1ea606f8;p=thirdparty%2Fhaproxy.git [DOC] bind option is "defer-accept", not "defer_accept" Thanks to Yohan Tordjman for spotting this. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index a678440b03..e29319c027 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1374,7 +1374,7 @@ bind [
]: [, ...] 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