]> jfr.im git - solanum.git/blobdiff - doc/example.conf
Add listen::defer_accept option for controlling usage of TCP_DEFER_ACCEPT option.
[solanum.git] / doc / example.conf
index 190bc4e472829ed0253e026621e136767295f645..c02b3c7d1677a3ff72ca1ea8bf4fa77460cfcc3c 100755 (executable)
@@ -135,6 +135,13 @@ class "server" {
 };
 
 listen {
+       /* defer_accept: wait for clients to send IRC handshake data before
+        * accepting them.  if you intend to use software which depends on the
+        * server replying first, such as BOPM, you should disable this feature.
+        * otherwise, you probably want to leave it on.
+        */
+       defer_accept = yes;
+
        /* If you want to listen on a specific IP only, specify host.
         * host definitions apply only to the following port line.
         */