GFS: increase default max message to 64 MB
[yaz-moved-to-github.git] / doc / server.xml
index 18a4f27..02557e2 100644 (file)
@@ -235,7 +235,7 @@ int statserv_main(int argc, char **argv,
      <varlistentry><term>
        <literal>int maxrecordsize;</literal></term>
       <listitem><para>Maximum permissible record (message) size. Default
-       is 1Mb. This amount of memory will only be allocated if a
+       is 64 MB. This amount of memory will only be allocated if a
        client requests a very large amount of records in one operation
        (or a big record).
        Set it to a lower number if you are worried about resource
@@ -818,9 +818,11 @@ typedef struct bend_scan_rr {
    </para>
 
    <para>
-    For TCP/IP and SSL, the special hostname <literal>@</literal> 
-    (at sign) is mapped to the address <literal>INADDR_ANY</literal>,
-    which causes the server to listen on any local interface. 
+    For TCP/IP and SSL, the special hostnames <literal>@</literal> and
+    <literal>@6</literal> are mapped to the addresses 
+    <literal>INADDR_ANY</literal> (IPV4) and
+    <literal>IN6ADDR_ANY_INIT</literal> (IPV6)
+    respectively. 
    </para>
 
    <example id="server.example.running.unix"><title>Running the GFS on Unix</title>