aboutsummaryrefslogtreecommitdiffstats
path: root/src/server_socket.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-04server_socket: remove AI_ADDRCONFIGMantas Mikulenas1-3/+0
When you pass the flag AI_ADDRCONFIG to getaddrinfo(), it does not consider address families on the loopback device. When run on a machine without an external network card, just with "lo", it was unable to look up any address.
2010-10-05listen: move generic code to server_socket.cMax Kellermann1-0/+447