Code

added support for unix domain sockets
authorMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 11:27:33 +0000 (13:27 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 11:27:33 +0000 (13:27 +0200)
commit5f844850f75932d43c3a8bf03d0821bd438295bc
tree16429998465a566d9ef295fa70186ee1aa3c874c
parent83adc590c89c657e36da23b828f45ed7a881ec7a
added support for unix domain sockets

If a host name starts with a slash, it is assumed to be a unix domain
socket path.  The port is ignored.  This code is disabled on WIN32,
until someone tests it.
src/libmpdclient.c