X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Ffrontend.xml;h=99f49094e835fccd4651498f8720acbe030b7283;hb=519fe26fff30687caa26c4a26038d02dcc0429c8;hp=65d21fc58aa7413d2d8d559505de404c31d06253;hpb=94fce64abe00f0334941ca270c8898bdabb0ca7c;p=yaz-moved-to-github.git diff --git a/doc/frontend.xml b/doc/frontend.xml index 65d21fc..99f4909 100644 --- a/doc/frontend.xml +++ b/doc/frontend.xml @@ -1,4 +1,4 @@ - + Generic server Introduction @@ -692,8 +692,8 @@ typedef struct bend_scan_rr { - + listener-spec @@ -726,23 +726,22 @@ typedef struct bend_scan_rr { For UNIX, the address is the filename of socket. - + - Examples + For TCP/IP and SSL, the special hostname "@" is mapped to + the address INADDR_ANY, which causes the + server to listen on any local interface. - + + + Examples: - tcp:dranet.dra.com + tcp:@:210 - ssl:ssl.enterprise.com:3000 + ssl:@:3000 unix:/tmp/yaz - - - For TCP/IP and SSL, the special hostname "@" is mapped to - the address INADDR_ANY, which causes the - server to listen on any local interface.