]> kaliko git repositories - python-musicpd.git/commitdiff
mpd.py: loop over addresses returned by getaddrinfo to connect to
authorJ. Alexander Treuman <jat@spatialrift.net>
Sun, 23 Mar 2008 20:47:06 +0000 (16:47 -0400)
committerJ. Alexander Treuman <jat@spatialrift.net>
Sun, 23 Mar 2008 20:47:06 +0000 (16:47 -0400)
This allows us to support IPv6 and multi-homed hostnames.  getaddrinfo is
called with the same flags as libmpdclient uses, making address resolution
consistent between the two.


No differences found