server_socket: use resolve_host_port() instead of getaddrinfo()

Allow port specification in "bind_to_address" settings.
This commit is contained in:
Max Kellermann
2011-09-20 20:52:49 +02:00
parent 7d9d459ac2
commit a3f7947ad2
3 changed files with 9 additions and 17 deletions

View File

@@ -83,6 +83,10 @@ This specifies which address mpd binds to and listens on. Multiple
bind_to_address parameters may be specified. The default is "any", which binds
to all available addresses.
You can set a port that is different from the global port setting,
e.g. "localhost:6602". IPv6 addresses must be enclosed in square
brackets if you want to configure a port, e.g. "[::1]:6602".
To bind to a Unix domain socket, specify an absolute path. For a
system-wide MPD, we suggest the path "\fB/var/run/mpd/socket\fP".
.TP