X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fcomstack.xml;h=632cb9c384f8b7c5247d1ea687ab7c24eda7759f;hp=fe2d937086bf504738d8132de1cbe5b6cad5c62e;hb=d583c111c78cfe84d51e1886a6d00aef985db97e;hpb=fa2f320241607861de8bc60e1b0b634e241ded77;ds=sidebyside diff --git a/doc/comstack.xml b/doc/comstack.xml index fe2d937..632cb9c 100644 --- a/doc/comstack.xml +++ b/doc/comstack.xml @@ -445,10 +445,13 @@ - For TCP/IP and SSL transport modes, the special hostname "@" - is mapped to any local address - (the manifest constant INADDR_ANY). - It is used to establish local listening endpoints in the server role. + For TCP/IP and SSL, the special hostnames @, + maps to IN6ADDR_ANY_INIT with + IPV4 binding as well (bindv6only=0), + The special hostname @4 binds to + INADDR_ANY (IPV4 only listener). + The special hostname @6 binds to + IN6ADDR_ANY_INIT with bindv6only=1 (IPV6 only listener).