X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fserver.xml;h=02557e27a26e42d5291a1865fcfbff2fdd6f56d0;hb=6ab7468ae9a46a330eddc1faa88f1d4e4fff1da9;hp=18a4f27e93f576a527a60e9fd72a8d190b4ea92b;hpb=135acd59310ef3892e9b86b70e3ead32e53eeabb;p=yaz-moved-to-github.git diff --git a/doc/server.xml b/doc/server.xml index 18a4f27..02557e2 100644 --- a/doc/server.xml +++ b/doc/server.xml @@ -235,7 +235,7 @@ int statserv_main(int argc, char **argv, int maxrecordsize; 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 { - For TCP/IP and SSL, the special hostname @ - (at sign) is mapped to the address INADDR_ANY, - which causes the server to listen on any local interface. + For TCP/IP and SSL, the special hostnames @ and + @6 are mapped to the addresses + INADDR_ANY (IPV4) and + IN6ADDR_ANY_INIT (IPV6) + respectively. Running the GFS on Unix