X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=m4%2Flls%2Fserver.suite.m4;fp=m4%2Flls%2Fserver.suite.m4;h=ca38aca7ad1ec795eeed3555802961749e072c35;hp=89cf3521bf350e2273652b139d3e78c73ff7fcfa;hb=4fbe16430b4776814128d7110682c69d1b047c57;hpb=631fb4db2cea7bc44e91631957db8cd852fe75ee diff --git a/m4/lls/server.suite.m4 b/m4/lls/server.suite.m4 index 89cf3521..ca38aca7 100644 --- a/m4/lls/server.suite.m4 +++ b/m4/lls/server.suite.m4 @@ -171,6 +171,18 @@ version-string = GIT_VERSION() [option http] summary = Options for the http sender flag ignored + [option http-listen-address] + summary = listening addresses of the http sender + arg_info = required_arg + arg_type = string + typestr = addr + flag multiple + [help] + The http sender of para_server listens on this port for incoming data + connections. This option controls on which addresses the http sender + should listen. See the documentation of the --listen-address above + for the format of the address argument and the defaults. + [/help] [option http-port] summary = TCP port for http streaming arg_info = required_arg @@ -178,9 +190,9 @@ version-string = GIT_VERSION() typestr = portnumber default_val = 8000 [help] - The http sender of para_server listens on this port for incoming - connections. Clients are expected to send the usual http request - message such as 'GET / HTTP/'. + This option has the same meaning as --port, but applies to http + data connections and applies to the addresses specified as arguments + to --http-listen-address. [/help] [option http-default-deny] summary = make the http access control list a whitelist @@ -229,6 +241,15 @@ version-string = GIT_VERSION() [option dccp] summary = Options for the dccp sender flag ignored + [option dccp-listen-address] + summary = listening addresses of the dccp sender + arg_info = required_arg + arg_type = string + typestr = addr + flag multiple + [help] + Like --http-listen-address, but for the dccp sender. + [/help] [option dccp-port] summary = port for dccp streaming arg_info = required_arg